From 74c6a77e5a5e27c2d70844a191a3d1d54383b8d1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Oct 2012 23:06:52 +0200 Subject: Removing cruft line breaks in bailout messages for bootstrap tools. --- scripts/build/bootstrap_cdebootstrap | 6 +++--- scripts/build/bootstrap_debootstrap | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'scripts/build') 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 diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap index fedc45e36..7be24378d 100755 --- a/scripts/build/bootstrap_debootstrap +++ b/scripts/build/bootstrap_debootstrap @@ -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 -- cgit v1.2.3