Index: /branches/eam_branches/ipp-pstamp-20260421/pstamp/scripts/pstamp_runcommand.sh
===================================================================
--- /branches/eam_branches/ipp-pstamp-20260421/pstamp/scripts/pstamp_runcommand.sh	(revision 42990)
+++ /branches/eam_branches/ipp-pstamp-20260421/pstamp/scripts/pstamp_runcommand.sh	(revision 42991)
@@ -1,3 +1,3 @@
-#!/bin/sh
+#!/bin/bash
 ###
 #
@@ -27,8 +27,8 @@
 
 
-cd $WORK_DIR
+cd $WORKDIR
 status=$?
 if [[ $status != 0 ]] ; then
-    echo $0 cannot cd to WORK_DIR: $WORK_DIR status: $status >&2
+    echo $0 cannot cd to WORKDIR: $WORKDIR status: $status >&2
     exit $status
 fi
