Adjusting error message: debootstrap is default, hence listed first.

This commit is contained in:
Daniel Baumann 2007-10-14 23:44:49 +02:00
parent e98b7dda9d
commit fbc0d88166
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ Set_defaults ()
then then
LH_BOOTSTRAP="cdebootstrap" LH_BOOTSTRAP="cdebootstrap"
else else
echo "E: Can't process file /usr/bin/cdebootstrap or /usr/sbin/debootstrap (FIXME)" echo "E: Can't process file /usr/sbin/debootstrap or /usr/bin/cdebootstrap (FIXME)"
exit 1 exit 1
fi fi
;; ;;