VirtualBox

Changeset 5536

Show
Ignore:
Timestamp:
10/27/07 05:05:45 (1 year ago)
Author:
vboxsync
Message:

Don't use the hacked path with all the bin/amd64 stuff and removed :: when writing env.sh on solaris.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure

    r5534 r5536  
    2222# Solaris (order of paths important for tr, echo, grep, sed to work) 
    2323PATH="/usr/xpg4/bin:/usr/ucb:$PATH:/usr/local/bin:/usr/sfw/bin:/usr/ccs/bin" 
     24ORGPATH=$PATH 
    2425 
    2526# 
     
    11441145      # Because of sh being non-default shell in Solaris we need to export PATH again when 
    11451146      # sourcing env.sh. Simply exporting from ./configure does not export PATH correctly. 
    1146       echo "PATH=\"$PATH\"" >> $ENV 
     1147      echo "PATH=\"$ORGPATH\"" >> $ENV 
    11471148      echo "echo \"\$PATH\" | /usr/sfw/bin/ggrep -q \"\$path_kbuild_bin\" || PATH=\"\$path_kbuild_bin:\$PATH\"" >> $ENV 
    11481149      echo "echo \"\$PATH\" | /usr/sfw/bin/ggrep -q \"\$path_dev_bin\" || PATH=\"\$path_dev_bin:\$PATH\"" >> $ENV 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy