Changeset 42991
- Timestamp:
- Apr 21, 2026, 4:01:22 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/pstamp/scripts/pstamp_runcommand.sh
r18986 r42991 1 #!/bin/ sh1 #!/bin/bash 2 2 ### 3 3 # … … 27 27 28 28 29 cd $WORK _DIR29 cd $WORKDIR 30 30 status=$? 31 31 if [[ $status != 0 ]] ; then 32 echo $0 cannot cd to WORK _DIR: $WORK_DIR status: $status >&232 echo $0 cannot cd to WORKDIR: $WORKDIR status: $status >&2 33 33 exit $status 34 34 fi
Note:
See TracChangeset
for help on using the changeset viewer.
