From 8132295f30a4fd1838914ca2c2ab533187aba189 Mon Sep 17 00:00:00 2001 From: "gagan%netscape.com" Date: Thu, 16 Mar 2000 03:46:28 +0000 Subject: [PATCH] Ooops typo. --- build/unix/run-mozilla.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/unix/run-mozilla.sh b/build/unix/run-mozilla.sh index ec4ab2e2630..dbf3ed7b419 100755 --- a/build/unix/run-mozilla.sh +++ b/build/unix/run-mozilla.sh @@ -239,7 +239,7 @@ moz_debug_program() $debugger $prog ${1+"$@"} ;; esac - /bin/rm ./mozargs$$ + /bin/rm /tmp/mozargs$$ else echo "Could not find a debugger on your system." fi