From 8ec19afb4d9dd8b3d3305b98236269a089c34284 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Fri, 4 Feb 2000 23:13:48 +0000 Subject: [PATCH] pass -h through to the app, so it can handle it. --- build/unix/run-mozilla.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build/unix/run-mozilla.sh b/build/unix/run-mozilla.sh index 0b0888648d85..ffb66c92bca8 100755 --- a/build/unix/run-mozilla.sh +++ b/build/unix/run-mozilla.sh @@ -244,10 +244,6 @@ moz_debugger="" while [ $# -gt 0 ] do case $1 in - -h | --help) - moz_usage - exit 0 - ;; -g | --debug) moz_debug=1 shift