modified: testdata/scripts/pnd_run.sh
[pandora-libraries.git] / testdata / scripts / pnd_run.sh
index 06cd0ed..e59d73d 100755 (executable)
@@ -243,9 +243,9 @@ fi
 
 if [ $nox ]; then
 echo forking now!
-fork &> /tmp/pndrun.out & 
+fork &> /tmp/pndrun$BASENAME.out & 
 disown
 else
 echo Running with x, not disowning!
-fork
+fork &> /tmp/pndrun$BASENAME.out
 fi
\ No newline at end of file