Changeset 18243 for trunk/pstamp/scripts/pstamp_runcommand.sh
- Timestamp:
- Jun 20, 2008, 10:27:20 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_runcommand.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_runcommand.sh
r16959 r18243 38 38 ### 39 39 40 source $PSCONFDIR/psconfig.bash de fault40 source $PSCONFDIR/psconfig.bash debug 41 41 status=$? 42 42 if [[ $status != 0 ]] ; then … … 45 45 fi 46 46 47 ###48 ### Add our command directory to the path.49 ### XXX: This won't be necessary once the scripts get installed as part of the IPP50 ###51 PATH=${CMD_DIR}:${PATH}52 47 #echo path: $PATH >&2 53 48 #echo command: $* >&2 … … 65 60 #### Finally, execute the command given by the command line arguments 66 61 62 # make sure other users can modify files 63 # todo: this is of course quite dangerous, avoid this by using proper group permissions 67 64 umask 0 68 65
Note:
See TracChangeset
for help on using the changeset viewer.
