From: Travis Cross Date: Thu, 25 Dec 2014 04:18:27 +0000 (+0000) Subject: Improve error message X-Git-Tag: v1.4.15^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=430433a6d702a9832a019c6c33a11db5957cd957;p=thirdparty%2Ffreeswitch.git Improve error message --- diff --git a/debian/util.sh b/debian/util.sh index 4a5214a9bb..67ff3b91ae 100755 --- a/debian/util.sh +++ b/debian/util.sh @@ -363,7 +363,7 @@ default_distros () { case "$host_distro" in Debian) echo "sid jessie wheezy" ;; Ubuntu) echo "utopic trusty" ;; - *) err "Unknown distribution" ;; + *) err "Unknown host distribution \"$host_distro\"" ;; esac }