diff --git a/tools/boot/squeeze/boot-x86 b/tools/boot/squeeze/boot-x86 index 7773ccb5..aef467ba 100644 --- a/tools/boot/squeeze/boot-x86 +++ b/tools/boot/squeeze/boot-x86 @@ -1,4 +1,4 @@ -#!/bin/bash +# This script gets sourced from boot-i386 and boot-amd64. # # Do install stuff for x86, including making bootable CDs # Works with debian-installer @@ -120,12 +120,12 @@ if [ "$NN" = "1" ]; then fi done - if [ -e "$MIRROR/tools" ] && \ - [ ! -e $CDDIR/tools ] && \ - [ "$OMIT_DOC_TOOLS" != "1" ] ; then - echo " Adding tools to CD1" - $BASEDIR/tools/add_files $CDDIR $MIRROR tools - fi + if [ -e "$MIRROR/tools" ] && \ + [ ! -e $CDDIR/tools ] && \ + [ "$OMIT_DOC_TOOLS" != "1" ] ; then + echo " Adding tools to CD1" + $BASEDIR/tools/add_files $CDDIR $MIRROR tools + fi fi extra_image () {