mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
Improve error message
This commit is contained in:
2
debian/util.sh
vendored
2
debian/util.sh
vendored
@@ -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