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

Ticket #830: patch

File patch, 318 bytes (added by ShprotX, 1 year ago)

path

  • tango-0.99.4-bin-dmd.1.024-posix.sh

    old new  
    9898        IPS=: 
    9999        for i in `echo $PATH | sed 's/:/ /g'` 
    100100        do 
    101             if [ -e "$i/bin/dmd" ] 
     101            if [ -e "$i/dmd" ] 
    102102            then 
    103103                DMDDIR="$i" 
    104104                break