Do not call check_blfs_tools that doesn't exist anymore
This commit is contained in:
parent
837362b50f
commit
0870a7cfdb
1 changed files with 3 additions and 2 deletions
5
jhalfs
5
jhalfs
|
@ -292,8 +292,9 @@ simple_message "${SD_BORDER}${nl_}"
|
||||||
# blfs-tool envars
|
# blfs-tool envars
|
||||||
BLFS_TOOL=${BLFS_TOOL:-n}
|
BLFS_TOOL=${BLFS_TOOL:-n}
|
||||||
if [[ "${BLFS_TOOL}" = "y" ]] ; then
|
if [[ "${BLFS_TOOL}" = "y" ]] ; then
|
||||||
simple_message 'Checking supplementary tools for installing BLFS'
|
#not needed now that the check is in alfs_tools
|
||||||
check_blfs_tools
|
# simple_message 'Checking supplementary tools for installing BLFS'
|
||||||
|
# check_blfs_tools
|
||||||
simple_message "${SD_BORDER}${nl_}"
|
simple_message "${SD_BORDER}${nl_}"
|
||||||
BLFS_GIT=${BLFS_GIT:-n}
|
BLFS_GIT=${BLFS_GIT:-n}
|
||||||
BLFS_WORKING_COPY=${BLFS_WORKING_COPY:-n}
|
BLFS_WORKING_COPY=${BLFS_WORKING_COPY:-n}
|
||||||
|
|
Reference in a new issue