Browse Source

adding support for Mac paths

Chris Brunner 15 years ago
parent
commit
c91fd55096
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dtool/src/attach/dtool.cshrc

+ 2 - 0
dtool/src/attach/dtool.cshrc

@@ -13,6 +13,8 @@ setenv CTEMACS_BACKHIGHLIGHT blue
 if ( $OS == "Linux" ) then
   set path = ( /bin /bin /usr/bin /sbin /usr/sbin /usr/bin/X11 \
              /usr/etc /usr/local/bin /var/local/bin ~/bin )
+else if ( $OS == "Darwin" ) then
+  set path = ( /bin /usr/bin /sbin /usr/sbin /usr/local/bin ~/bin $path )
 else if ( $OS == "IRIX64" ) then
   set path = ( /var/local/bin ~/bin /usr/local/prman/bin \
              /usr/sbin /usr/bsd /sbin /usr/bin /bin /usr/bin/X11 /usr/etc  \