Changeset 40 for bootstrapper


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

Minor bootstrapper changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootstrapper/bootstrap.sh

    r39 r40  
    9595
    9696checkSetupDeps() {
    97         for DEP in "gcc wget tr rsync xmlstarlet"; do
     97        for DEP in gcc wget tr rsync xmlstarlet; do
    9898                which $DEP > /dev/null
    9999                if [ $? -ne 0 ]; then
Note: See TracChangeset for help on using the changeset viewer.