Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3996

Show
Ignore:
Timestamp:
10/09/08 13:04:48 (1 month ago)
Author:
larsivi
Message:

Fix for bash, thanks Cyborg16, refs #1302

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/build-gdc.sh

    r3644 r3996  
    6363then 
    6464    MAKE=`which make` 
    65     if [ ! `$MAKE --version | grep 'GNU Make'`
     65    if [ ! "`$MAKE --version | grep 'GNU Make'`"
    6666    then 
    6767        echo 'No supported build tool found.'