Changeset 3879

Show
Ignore:
Timestamp:
10/04/09 00:16:57 (2 years ago)
Author:
tg
Message:

Apply http://article.gmane.org/gmane.linux.kernel/897084
which may fix neclimdul’s GNU bash4 problem (please test)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/scripts/scan-tools.sh

    r3878 r3879  
    412412 
    413413if [[ ${BASH_VERSION%%.*} -lt 2 || ${BASH_VERSION%%.*} -gt 3 ]]; then 
    414         echo At this time, only GNU bash 2 or 3 are supported. 
    415         out=1 
     414        echo '*WARNING* Your GNU bash is not version 2 or 3, which' 
     415        echo may lead to errors. 
     416        echo 
    416417fi 
    417418