- Timestamp:
- Jul 16, 2006, 8:39:14 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 8c028e7
- Parents:
- efcdba6
- File:
-
- 1 edited
-
scripts/scan-tools.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scripts/scan-tools.sh
refcdba6 r1e977a4 181 181 fi 182 182 183 if ! tar --version 2>&1 | fgrep 'GNU tar' >/dev/null 2>&1; then184 echo You must install GNU tar for now, sorry...185 echo this is horrid, I know, but it will be fixed RSN.186 exit 1187 fi188 189 183 #if ! which perl >/dev/null 2>&1; then 190 184 if [[ "$(which perl 2>/dev/null)" != /usr/bin/perl ]]; then
Note:
See TracChangeset
for help on using the changeset viewer.
