[jhalfs] 03/04: Do not call check_blfs_tools that doesn't exist anymore
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository jhalfs. commit 0870a7cfdb54e5d050cc5fdddecd43838fff9bca Author: Pierre Labastie <[email protected]> AuthorDate: Mon Dec 13 16:10:37 2021 +0100 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} -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/alfs-discuss Unsubscribe: See the above information page