summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2008-06-09 15:04:47 +0000
committerfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2008-06-09 15:04:47 +0000
commit60d9b22fd337d29c7e91d2911d9e569ec31a3708 (patch)
tree3f07af2788878a14ebc8c09aaf4e87c09432d2b9
parente0d60bb83eae20cc94637072f1619127e782fa4b (diff)
downloaddistcc-60d9b22fd337d29c7e91d2911d9e569ec31a3708.tar.gz
Fix typo in Nils' previous change.
git-svn-id: http://distcc.googlecode.com/svn/trunk@472 01de4be4-8c4a-0410-9132-4925637da917
-rwxr-xr-xpump.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pump.in b/pump.in
index 1d242bc..9311323 100755
--- a/pump.in
+++ b/pump.in
@@ -505,7 +505,7 @@ Main() {
DumpEnvironmentVariables
exit 0
else
- exit m1
+ exit 1
fi
;;
--shutdown)