diff build.sh @ 503:e98ed40c55ef

Move include.sh to sources/include.sh. End user doesn't call it directly, shouldn't be at top level.
author Rob Landley <rob@landley.net>
date Sun, 30 Nov 2008 00:59:27 -0600
parents 1782b77fae15
children 85979aa53fde
line wrap: on
line diff
--- a/build.sh	Sun Nov 30 00:52:39 2008 -0600
+++ b/build.sh	Sun Nov 30 00:59:27 2008 -0600
@@ -5,7 +5,7 @@
 if [ $# -eq 0 ]
 then
   echo "Usage: $0 ARCH [ARCH...]"
-  ./include.sh
+  sources/include.sh
   exit 1
 fi