summaryrefslogtreecommitdiffstats
path: root/gnustep-apps/FUNCTIONS
diff options
context:
space:
mode:
authorJeremy Blosser2006-04-24 23:41:34 -0500
committerJeremy Blosser2006-04-24 23:41:34 -0500
commitbe1ef678e8c1cdb438528d64efa0127f88aa2747 (patch)
tree1db235a0d4132e103e1d0306b7f912b4939c0fd7 /gnustep-apps/FUNCTIONS
parent2a9bdf67218638188abad910f37e383be5831b85 (diff)
sync ./gnustep-apps/FUNCTIONS from test
Diffstat (limited to 'gnustep-apps/FUNCTIONS')
-rwxr-xr-xgnustep-apps/FUNCTIONS9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnustep-apps/FUNCTIONS b/gnustep-apps/FUNCTIONS
index 0f3deef3a3..49fbfd1a84 100755
--- a/gnustep-apps/FUNCTIONS
+++ b/gnustep-apps/FUNCTIONS
@@ -7,9 +7,9 @@ function default_build ()
then
. /etc/profile.d/GNUstep.sh
else
- message "${ERROR_COLOR}Unable to find /etc/profile.d/GNUstep.sh"
- message "Rebuild gnustep-make${DEFAULT_COLOR}"
- exit 1
+ message "${ERROR_COLOR}Unable to find /etc/profile.d/GNUstep.sh" &&
+ message "Rebuild gnustep-make${DEFAULT_COLOR}" &&
+ return 1
fi &&
if [ -f ./configure ]
@@ -28,7 +28,6 @@ function default_build ()
fi
}
-
# ------------------------------------------------------------------------------
## Replace sorcerys default_install with a custom one
# ------------------------------------------------------------------------------
@@ -43,4 +42,4 @@ function default_install ()
make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install &&
cd ../
fi
-} \ No newline at end of file
+}