Removing cruft line breaks in bailout messages for bootstrap tools.

This commit is contained in:
Daniel Baumann 2012-10-27 23:06:52 +02:00
parent 2eaa6eeb71
commit 74c6a77e5a
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -31,9 +31,9 @@ fi
if [ ! -x "$(which debootstrap 2>/dev/null)" ]
then
echo "E: debootstrap - command not found"; \
echo "I: debootstrap can be optained from http://ftp.debian.org/debian/pool/main/d/debootstrap/"; \
echo "I: On Debian based systems, debootstrap can be installed with 'apt-get install debootstrap'."; \
echo "E: debootstrap - command not found"
echo "I: debootstrap can be optained from http://ftp.debian.org/debian/pool/main/d/debootstrap/"
echo "I: On Debian based systems, debootstrap can be installed with 'apt-get install debootstrap'."
exit 1
fi