Changeset 228 for trunk/scripts

Show
Ignore:
Timestamp:
02/01/08 00:01:22 (10 months ago)
Author:
BCS
Message:

added some more stuff to the man path fix to make it more robust

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/scripts/dmd_update

    r227 r228  
    4242 
    4343echo === find where to put man files 
    44 MAND=`man gcc -w | sed "s/\/[^\/]*$//"` 
     44MAND=`man -w gcc ln cpp as ar tar ls bash 2>/dev/null | head -n 1 | sed "s/\/[^\/]*$//"` 
    4545 
    4646