Changeset 669dd6c in freewrt


Ignore:
Timestamp:
May 22, 2007, 7:25:23 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
a72322a
Parents:
57b7b9b
Message:

thinko

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2616 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/scan-pkgs.sh

    r57b7b9b r669dd6c  
    3131
    3232if test -z "$BASH_VERSION"; then
    33         BASH_VERSION=`$BASH -c 'echo $BASH_VERSION'`
     33        foo=`$BASH -c 'echo "$BASH_VERSION"'`
     34else
     35        foo=$BASH_VERSION
    3436fi
    3537
    36 if test -z "$BASH_VERSION"; then
     38if test -z "$foo"; then
    3739        echo FreeWRT requires GNU bash to be installed, sorry.
    3840        exit 1
Note: See TracChangeset for help on using the changeset viewer.