| Index: build/install-build-deps.sh
|
| diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
|
| index 2b825d71aab6401aa6ad300ec2b0a05dbea07086..aa0ae2360b9aa9fc87391ed62a489cb09d97e966 100755
|
| --- a/build/install-build-deps.sh
|
| +++ b/build/install-build-deps.sh
|
| @@ -76,7 +76,7 @@ ubuntu_codenames="(precise|trusty|utopic|vivid|wily)"
|
| if [ 0 -eq "${do_unsupported-0}" ] && [ 0 -eq "${do_quick_check-0}" ] ; then
|
| if [[ ! $lsb_release =~ $ubuntu_codenames ]]; then
|
| echo "ERROR: Only Ubuntu 12.04 (precise), 14.04 (trusty), " \
|
| - "14.10 (utopic), 15.04 (vivid) and 15.10 (wily) "
|
| + "14.10 (utopic), 15.04 (vivid) and 15.10 (wily) " \
|
| "are currently supported" >&2
|
| exit 1
|
| fi
|
|
|