Changeset 185

Show
Ignore:
Timestamp:
03/12/07 21:53:23 (2 years ago)
Author:
cfedde
Message:
sometimes the umask also needs to be set.
ensure some environment variables are set so that perldoc works.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/plugins/cfedde/bin/environ

    r153 r185  
    11 
    22foo=`perl -le ' print join ":", grep {$_ ne /$ARGV[1]/} split /:/, $ARGV[0]' $PATH $PWD` 
     3umask 0002 
    34foo=$PWD/bin:$foo 
    45PATH=$foo 
     6PERL5LIB=$PERL5LIB:$PWD/lib