Changeset 0870a7c for jhalfs


Ignore:
Timestamp:
12/13/2021 03:10:37 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, legacy, trunk
Children:
f9a7f8e
Parents:
837362b
Message:

Do not call check_blfs_tools that doesn't exist anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r837362b r0870a7c  
    293293BLFS_TOOL=${BLFS_TOOL:-n}
    294294if [[ "${BLFS_TOOL}" = "y" ]] ; then
    295   simple_message 'Checking supplementary tools for installing BLFS'
    296   check_blfs_tools
     295#not needed now that the check is in alfs_tools
     296#  simple_message 'Checking supplementary tools for installing BLFS'
     297#  check_blfs_tools
    297298  simple_message "${SD_BORDER}${nl_}"
    298299  BLFS_GIT=${BLFS_GIT:-n}
Note: See TracChangeset for help on using the changeset viewer.