mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
Improve error message
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user