changeset 994:4a02bb65fe0c

Fix a typo that broke the script completely.
author Rob Landley <rob@landley.net>
date Sun, 07 Mar 2010 11:49:25 -0600
parents fc640d1020a7
children c867d05d8c4d
files sources/more/bisectinate.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/more/bisectinate.sh	Mon Mar 01 22:56:57 2010 -0600
+++ b/sources/more/bisectinate.sh	Sun Mar 07 11:49:25 2010 -0600
@@ -65,7 +65,7 @@
   rm -rf "$BUILD"/*-"$ARCH"{,.tar.bz2} "$BUILD"/cron-temp/"$ARCH"-dropbearmulti
   EXTRACT_ALL=yes USE_UNSTABLE="$PKG" ./build.sh "$ARCH" \
     | tee -a "$BUILD"/logs/test-"$ARCH".txt
-  if [ -e "BUILD"/system-image-"$ARCH".tar.bz2 ]
+  if [ -e "$BUILD"/system-image-"$ARCH".tar.bz2 ]
   then
     if [ -z "$LONG" ]
     then