提交 430433a6 authored 作者: Travis Cross's avatar Travis Cross

Improve error message

上级 0330b6fa
...@@ -363,7 +363,7 @@ default_distros () { ...@@ -363,7 +363,7 @@ default_distros () {
case "$host_distro" in case "$host_distro" in
Debian) echo "sid jessie wheezy" ;; Debian) echo "sid jessie wheezy" ;;
Ubuntu) echo "utopic trusty" ;; Ubuntu) echo "utopic trusty" ;;
*) err "Unknown distribution" ;; *) err "Unknown host distribution \"$host_distro\"" ;;
esac esac
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论