diff options
Diffstat (limited to 'scripts/build/bootstrap_debootstrap')
-rwxr-xr-x | scripts/build/bootstrap_debootstrap | 6 |
1 files changed, 3 insertions, 3 deletions
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 |