From 0870a7cfdb54e5d050cc5fdddecd43838fff9bca Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Mon, 13 Dec 2021 16:10:37 +0100 Subject: [PATCH] Do not call check_blfs_tools that doesn't exist anymore --- jhalfs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jhalfs b/jhalfs index 1a08a79..27913dc 100755 --- a/jhalfs +++ b/jhalfs @@ -292,8 +292,9 @@ simple_message "${SD_BORDER}${nl_}" # blfs-tool envars BLFS_TOOL=${BLFS_TOOL:-n} if [[ "${BLFS_TOOL}" = "y" ]] ; then - simple_message 'Checking supplementary tools for installing BLFS' - check_blfs_tools +#not needed now that the check is in alfs_tools +# simple_message 'Checking supplementary tools for installing BLFS' +# check_blfs_tools simple_message "${SD_BORDER}${nl_}" BLFS_GIT=${BLFS_GIT:-n} BLFS_WORKING_COPY=${BLFS_WORKING_COPY:-n}