From 5b2923e72f4c76ff1c61846892f14ecbf9fa12d5 Mon Sep 17 00:00:00 2001 From: jsalmon3 <> Date: Mon, 3 Feb 2003 20:40:39 +0000 Subject: [PATCH] Moved exit --- setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup b/setup index 6b78db30e..f5e8776c7 100755 --- a/setup +++ b/setup @@ -360,9 +360,9 @@ else echo "section of this script to find out how to install a local" echo "local copy of the libz." echo - fi - exit 1 + exit 1 + fi fi #------------------------------------------------------------------------------