From fbc0d881662044d0efd6828ac5dd68ce73c7709a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Oct 2007 23:44:49 +0200 Subject: [PATCH] Adjusting error message: debootstrap is default, hence listed first. --- functions/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/defaults.sh b/functions/defaults.sh index 1f7629be4..4c78dbcc3 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -113,7 +113,7 @@ Set_defaults () then LH_BOOTSTRAP="cdebootstrap" 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 fi ;;