I do not know why this change is needed.. it causes and error exit otherwise
This commit is contained in:
parent
e834ce6b95
commit
01b6d52469
1 changed files with 3 additions and 1 deletions
|
@ -799,7 +799,9 @@ create_urls() { #
|
||||||
|
|
||||||
cd $BUILDDIR/sources
|
cd $BUILDDIR/sources
|
||||||
|
|
||||||
[[ "${BLFS_TOOL}" = "y" ]] && add_blfs_deps_urls
|
if [[ "${BLFS_TOOL}" = "y" ]]; then
|
||||||
|
add_blfs_deps_urls
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
#----------------------------# Hardcoded URLs and MD5.
|
#----------------------------# Hardcoded URLs and MD5.
|
||||||
|
|
Reference in a new issue