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

Changeset 2460

Show
Ignore:
Timestamp:
07/14/07 19:15:54 (1 year ago)
Author:
Jim Panic
Message:

Fixed line numbers and typo

Files:

Legend:

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

    r2427 r2460  
    5151# This installer works by black magic: The following number must be the exact 
    5252# number of lines in this file+3: 
    53 LINES=115 
     53LINES=150 
    5454 
    5555# Install DMD if necessary 
     
    7575    tail -n+$LINES $FULLNAME | tar Oxf - dmd.tar.gz | gunzip -c | tar xf - || die 1 "Failed to extract DMD" 
    7676else 
    77     DMDIR="$PREFIX" 
     77    DMDDIR="$PREFIX" 
    7878fi 
    7979