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

Changeset 1912

Show
Ignore:
Timestamp:
03/15/07 21:30:21 (2 years ago)
Author:
Jim Panic
Message:

Be aware of the spiders. It's untested.

Files:

Legend:

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

    r1632 r1912  
    354354if [ -n "$1" ] 
    355355then 
    356     PREFIX=$1 
     356    PREFIX="$1" 
    357357else 
    358358    usage 
     
    360360fi 
    361361 
    362 if [ "echo ${PREFIX} | grep '^/'"
    363 then 
    364     PREFIX=`pwd`${PREFIX} 
     362if [ -z `"echo ${PREFIX} | grep '^/'"`
     363then 
     364    PREFIX="`pwd`${PREFIX}" 
    365365fi 
    366366