diff system-image.sh @ 669:1cf41855bb85

More error checking.
author Rob Landley <rob@landley.net>
date Sun, 29 Mar 2009 15:53:03 -0500
parents 0743f9fe73cd
children fda459e9515a
line wrap: on
line diff
--- a/system-image.sh	Sun Mar 29 15:51:24 2009 -0500
+++ b/system-image.sh	Sun Mar 29 15:53:03 2009 -0500
@@ -3,7 +3,7 @@
 # Create a bootable system image from mini-native
 
 NO_BASE_ARCH=1
-source sources/include.sh
+source sources/include.sh || exit 1
 
 echo -e "$PACKAGE_COLOR"
 echo "=== Packaging system image from mini-native"