From: vimacs Date: Wed, 10 Mar 2010 15:31:31 +0000 (+0100) Subject: modified: testdata/scripts/pnd_run.sh X-Git-Tag: Release-2010-05/1~63^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad16895e0012d0cf3683c0b4a544bcf415480b2f;p=pandora-libraries.git modified: testdata/scripts/pnd_run.sh --- diff --git a/testdata/scripts/pnd_run.sh b/testdata/scripts/pnd_run.sh index 06cd0ed..e59d73d 100755 --- a/testdata/scripts/pnd_run.sh +++ b/testdata/scripts/pnd_run.sh @@ -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