Changeset 669dd6c in freewrt
- Timestamp:
- May 22, 2007, 7:25:23 PM (19 years ago)
- Children:
- a72322a
- Parents:
- 57b7b9b
- File:
-
- 1 edited
-
scripts/scan-pkgs.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scripts/scan-pkgs.sh
r57b7b9b r669dd6c 31 31 32 32 if test -z "$BASH_VERSION"; then 33 BASH_VERSION=`$BASH -c 'echo $BASH_VERSION'` 33 foo=`$BASH -c 'echo "$BASH_VERSION"'` 34 else 35 foo=$BASH_VERSION 34 36 fi 35 37 36 if test -z "$ BASH_VERSION"; then38 if test -z "$foo"; then 37 39 echo FreeWRT requires GNU bash to be installed, sorry. 38 40 exit 1
Note:
See TracChangeset
for help on using the changeset viewer.
