diff options
Diffstat (limited to 'share/scripts/debootstrap')
-rwxr-xr-x | share/scripts/debootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/scripts/debootstrap b/share/scripts/debootstrap index f0db7e8..4d943d2 100755 --- a/share/scripts/debootstrap +++ b/share/scripts/debootstrap @@ -142,7 +142,7 @@ esac if [ ! -x "${BOOTSTRAP}" ] then - echo "'${NAME}': ${BOOTSTRAP} - no such file." >&2 + echo "'${NAME}': Can't bootstrap: neither mmdebstrap nor debootstrap installed." >&2 exit 1 fi |