diff options
author | Daniel Baumann <daniel@debian.org> | 2008-08-14 05:50:48 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:39 +0100 |
commit | 1768bfdc24dddf3e8055c70b242ed07208af58a2 (patch) | |
tree | cb2dc87eee977d7b8ffa4bafdd6529e8267e467f /functions | |
parent | ec3874040a092814334d9aff48ef9221560c6408 (diff) | |
download | vyos-live-build-1768bfdc24dddf3e8055c70b242ed07208af58a2.tar.gz vyos-live-build-1768bfdc24dddf3e8055c70b242ed07208af58a2.zip |
Removing superfluous echo type from echo call.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 16f40a9b8..477c6b83f 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 |