diff options
Diffstat (limited to 'scripts')
-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 685700240..b4008de8a 100755 --- a/scripts/build/bootstrap_debootstrap +++ b/scripts/build/bootstrap_debootstrap @@ -26,9 +26,9 @@ Set_defaults if [ ! -x "$(which debootstrap 2>/dev/null)" ] then - echo "E: debootstrap - command not found" - echo "I: debootstrap can be obtained 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_error "debootstrap - command not found" + Echo_verbose "debootstrap can be obtained from http://ftp.debian.org/debian/pool/main/d/debootstrap/" + Echo_verbose "On Debian based systems, debootstrap can be installed with 'apt-get install debootstrap'." exit 1 fi |