diff options
author | Daniel Baumann <daniel@debian.org> | 2008-08-14 05:50:48 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-08-14 05:50:48 +0200 |
commit | 837c7d31fa0062aa83637430a3485059feec26f9 (patch) | |
tree | 3c57d861952426aecbdc7ead058bd6b34c1b9104 /functions | |
parent | f5d6f587e2744ec62e58362e494e48db4c95c4e5 (diff) | |
download | vyos-live-build-837c7d31fa0062aa83637430a3485059feec26f9.tar.gz vyos-live-build-837c7d31fa0062aa83637430a3485059feec26f9.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 |