Changeset 16764 for trunk/pstamp/scripts/pstamp_runcommand.sh
- Timestamp:
- Feb 29, 2008, 2:42:19 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_runcommand.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_runcommand.sh
r16591 r16764 17 17 18 18 # These variables need to be customized for a particular installation 19 # XXX: why not pass these on on the command line ?19 # XXX: why not pass these on on the command line or in the environment? 20 20 export PSCONFDIR=/export/data0/bills/psconfig 21 21 22 22 WORK_DIR=/export/data1/bills/pstamp/work 23 CMD_DIR=/export/data0/bills/src/ipp/pstamp/scripts 23 CMD_DIR=/export/data0/bills/src/ipp/pstamp/scripts:/export/data0/bills/src/ipp/DataStoreServer/web/cgi 24 24 25 25 #### END LOCAL_CONFIGURATION … … 50 50 ### 51 51 PATH=${CMD_DIR}:${PATH} 52 #echo path: $PATH >&2 53 #echo command: $* >&2 52 54 53 55 ## make sure we are able to run the desired command
Note:
See TracChangeset
for help on using the changeset viewer.
