Do not call check_blfs_tools that doesn't exist anymore

This commit is contained in:
Pierre Labastie 2021-12-13 16:10:37 +01:00
parent 837362b50f
commit 0870a7cfdb

5
jhalfs
View file

@ -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}