modified: testdata/scripts/pnd_run.sh
authorvimacs <vimacs@pndtest>
Wed, 10 Mar 2010 15:31:31 +0000 (16:31 +0100)
committervimacs <vimacs@pndtest>
Wed, 10 Mar 2010 15:31:31 +0000 (16:31 +0100)
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