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

Changeset 3157

Show
Ignore:
Timestamp:
02/09/08 09:51:49 (10 months ago)
Author:
larsivi
Message:

Fixed which usage.

Files:

Legend:

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

    r3156 r3157  
    6161 
    6262# If we have which, use it to get the prefix 
    63 which --version >& /dev/null 
     63which gdc >& /dev/null 
    6464if [ "$?" = "0" ] 
    6565then 
     
    7171 
    7272# If libgphobos.a isn't installed, make it up 
    73 if [ "$GPHOBOS_DIR" = "." ] 
     73if [ -n "$GPHOBOS_DIR" -o "$GPHOBOS_DIR" = "." ] 
    7474then 
    7575    GPHOBOS_DIR="$PREFIX/lib"