Changeset 40 for bootstrapper
- Timestamp:
- Jun 2, 2014, 1:41:28 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootstrapper/bootstrap.sh
r39 r40 95 95 96 96 checkSetupDeps() { 97 for DEP in "gcc wget tr rsync xmlstarlet"; do97 for DEP in gcc wget tr rsync xmlstarlet; do 98 98 which $DEP > /dev/null 99 99 if [ $? -ne 0 ]; then
Note:
See TracChangeset
for help on using the changeset viewer.