Index: trunk/pstamp/scripts/pstamp_runcommand.sh
===================================================================
--- trunk/pstamp/scripts/pstamp_runcommand.sh	(revision 16959)
+++ trunk/pstamp/scripts/pstamp_runcommand.sh	(revision 18243)
@@ -38,5 +38,5 @@
 ###
 
-source $PSCONFDIR/psconfig.bash default
+source $PSCONFDIR/psconfig.bash debug
 status=$?
 if [[ $status != 0 ]] ; then
@@ -45,9 +45,4 @@
 fi
 
-###
-### Add our command directory to the path. 
-### XXX: This won't be necessary once the scripts get installed as part of the IPP
-###
-PATH=${CMD_DIR}:${PATH}
 #echo path: $PATH >&2
 #echo command: $* >&2
@@ -65,4 +60,6 @@
 #### Finally, execute the command given by the command line arguments
 
+# make sure other users can modify files
+# todo: this is of course quite dangerous, avoid this by using proper group permissions
 umask 0
 
