summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-08-14 05:50:48 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:39 +0100
commit1768bfdc24dddf3e8055c70b242ed07208af58a2 (patch)
treecb2dc87eee977d7b8ffa4bafdd6529e8267e467f /functions
parentec3874040a092814334d9aff48ef9221560c6408 (diff)
downloadlive-build-1768bfdc24dddf3e8055c70b242ed07208af58a2.zip
live-build-1768bfdc24dddf3e8055c70b242ed07208af58a2.tar.gz
Removing superfluous echo type from echo call.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 16f40a9..477c6b8 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -97,7 +97,7 @@ Set_defaults ()
LH_BOOTSTRAP="cdebootstrap"
else
Echo_error "Cannot find /usr/sbin/debootstrap or /usr/bin/cdebootstrap. Please install"
- Echo_error "E: debootstrap or cdebootstrap, or specify an alternative bootstrapping utility."
+ Echo_error "debootstrap or cdebootstrap, or specify an alternative bootstrapping utility."
exit 1
fi
fi