Changeset 3629
- Timestamp:
- 03/18/09 08:46:56 (12 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pcbsd/trunk/system-overlay/PCBSD/Scripts/runports.sh
r3596 r3629 5 5 setenv PATH "/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/local/kde4/bin" 6 6 unsetenv LD_ELF_HINTS_PATH 7 8 # Check if we have an argument to process 9 if ( $1 != "" ) then 10 exec $* 11 else # No argument, so bring up a prompt 7 12 8 13 alias h history 2 … … 31 36 32 37 /bin/tcsh -f 38 39 endif # end of check if we have $1
