From ad16895e0012d0cf3683c0b4a544bcf415480b2f Mon Sep 17 00:00:00 2001 From: vimacs Date: Wed, 10 Mar 2010 16:31:31 +0100 Subject: [PATCH] modified: testdata/scripts/pnd_run.sh --- testdata/scripts/pnd_run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5