Changeset 41 for bootstrapper


Ignore:
Timestamp:
Jun 2, 2014, 1:42:46 PM (10 years ago)
Author:
alloc
Message:

Minor bootstrapper changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootstrapper/bootstrap.sh

    r40 r41  
    9696checkSetupDeps() {
    9797        for DEP in gcc wget tr rsync xmlstarlet; do
    98                 which $DEP > /dev/null
     98                which $DEP > /dev/null 2>&1
    9999                if [ $? -ne 0 ]; then
    100100                        echo "\"$DEP\" not installed. Please install it and run this script again."
Note: See TracChangeset for help on using the changeset viewer.