# HG changeset patch # User Rob Landley # Date 1267984165 21600 # Node ID 4a02bb65fe0c4a5687bf0bf32d9c55acc8379988 # Parent fc640d1020a71078eff1b780fe40495dbdbaedf0 Fix a typo that broke the script completely. diff -r fc640d1020a7 -r 4a02bb65fe0c sources/more/bisectinate.sh --- 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