summaryrefslogtreecommitdiff
path: root/scripts/build/bootstrap_cdebootstrap
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-10-27 23:06:52 +0200
committerDaniel Baumann <daniel@debian.org>2012-10-27 23:06:52 +0200
commit74c6a77e5a5e27c2d70844a191a3d1d54383b8d1 (patch)
treea8fd550a0e6a2c1763edfb4063f52c6f218fc8aa /scripts/build/bootstrap_cdebootstrap
parent2eaa6eeb7176db8400baa04297697f5eda35ecc1 (diff)
downloadvyos-live-build-74c6a77e5a5e27c2d70844a191a3d1d54383b8d1.tar.gz
vyos-live-build-74c6a77e5a5e27c2d70844a191a3d1d54383b8d1.zip
Removing cruft line breaks in bailout messages for bootstrap tools.
Diffstat (limited to 'scripts/build/bootstrap_cdebootstrap')
-rwxr-xr-xscripts/build/bootstrap_cdebootstrap6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/bootstrap_cdebootstrap b/scripts/build/bootstrap_cdebootstrap
index 0f8ba956b..c3423010d 100755
--- a/scripts/build/bootstrap_cdebootstrap
+++ b/scripts/build/bootstrap_cdebootstrap
@@ -31,9 +31,9 @@ fi
if [ ! -x "$(which cdebootstrap 2>/dev/null)" ]
then
- echo "E: cdebootstrap - command not found"; \
- echo "I: cdebootstrap can be optained from http://ftp.debian.org/debian/pool/main/d/cdebootstrap/"; \
- echo "I: On Debian based systems, cdebootstrap can be installed with 'apt-get install debootstrap'."; \
+ echo "E: cdebootstrap - command not found"
+ echo "I: cdebootstrap can be optained from http://ftp.debian.org/debian/pool/main/d/cdebootstrap/"
+ echo "I: On Debian based systems, cdebootstrap can be installed with 'apt-get install debootstrap'."
exit 1
fi