diff mini-native.sh @ 669:1cf41855bb85

More error checking.
author Rob Landley <rob@landley.net>
date Sun, 29 Mar 2009 15:53:03 -0500
parents 75cffdfe71fe
children 4571f63c2298
line wrap: on
line diff
--- a/mini-native.sh	Sun Mar 29 15:51:24 2009 -0500
+++ b/mini-native.sh	Sun Mar 29 15:53:03 2009 -0500
@@ -2,7 +2,7 @@
 
 # Get lots of predefined environment variables and shell functions.
 
-source sources/include.sh
+source sources/include.sh || exit 1
 
 # Purple.  And why not?
 echo -e "$NATIVE_COLOR"