Ignore:
Timestamp:
08/22/2006 03:17:21 AM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
ecfb828
Parents:
910206c
Message:

Added error msg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen_pkg_book.sh

    r910206c r26906e0  
    5252  fi
    5353done <$ConfigFile
     54if [[ $optTARGET = "" ]]; then
     55  echo -e "\n>>> NO TARGET SELECTED.. applicaton terminated"
     56  echo -e "    Run <make> again and select a package to build\n"
     57  exit 0
     58fi
    5459
    5560#
     
    8893[[ -z $SUDO ]] && SUDO=y
    8994
    90 
    9195#---------------------
    9296# Constants
Note: See TracChangeset for help on using the changeset viewer.