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