mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 09:12:25 +00:00
Improve error message
This commit is contained in:
parent
0330b6fa6d
commit
430433a6d7
2
debian/util.sh
vendored
2
debian/util.sh
vendored
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user