From bf39c7d73ae843fc1e3413fefd299fa55031f95c Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 27 Sep 2000 00:58:31 +0000 Subject: Make sure you're given the "start" argument before trying to start the script. --- Tools/portbuild/scripts/reportload.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Tools') diff --git a/Tools/portbuild/scripts/reportload.sh b/Tools/portbuild/scripts/reportload.sh index 420a7d3db1db..b08a85ab31fa 100755 --- a/Tools/portbuild/scripts/reportload.sh +++ b/Tools/portbuild/scripts/reportload.sh @@ -1,5 +1,7 @@ #!/bin/sh +if [ "$1" != "start" ]; then exit; fi + b=/a/asami/portbuild s=$b/scripts/reportload -- cgit v1.2.3