Commit c7492db6 authored by pph34r@gmail.com's avatar pph34r@gmail.com

Add Ubuntu 12.10 to the list of supported versions


Review URL: https://chromiumcodereview.appspot.com/11791020

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175495 0039d316-1c4b-4281-b951-d872f2087c98
parent 166d7ffb
......@@ -36,11 +36,11 @@ do
shift
done
ubuntu_versions="10\.04|10\.10|11\.04|11\.10|12\.04"
ubuntu_codenames="lucid|maverick|natty|oneiric|precise"
ubuntu_versions="10\.04|10\.10|11\.04|11\.10|12\.04|12\.10"
ubuntu_codenames="lucid|maverick|natty|oneiric|precise|quantal"
if ! egrep -q "Ubuntu ($ubuntu_versions|$ubuntu_codenames)" /etc/issue; then
echo "ERROR: Only Ubuntu 10.04 (lucid) through 12.04 (precise) are currently"\
echo "ERROR: Only Ubuntu 10.04 (lucid) through 12.10 (quantal) are currently"\
"supported" >&2
exit 1
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment