Removing cruft line breaks in bailout messages for bootstrap tools.
This commit is contained in:
parent
2eaa6eeb71
commit
74c6a77e5a
scripts/build
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue