From 430433a6d702a9832a019c6c33a11db5957cd957 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Thu, 25 Dec 2014 04:18:27 +0000 Subject: [PATCH] Improve error message --- debian/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }