Browse code

fix warning line to include oneiric as well

Vishvananda Ishaya authored on 2011/11/01 05:31:19
Showing 1 changed files
... ...
@@ -23,7 +23,7 @@
23 23
 # Warn users who aren't on natty, but allow them to override check and attempt
24 24
 # installation with ``FORCE=yes ./stack``
25 25
 if ! egrep -q 'natty|oneiric' /etc/lsb-release; then
26
-    echo "WARNING: this script has only been tested on natty"
26
+    echo "WARNING: this script has only been tested on natty and oneiric"
27 27
     if [[ "$FORCE" != "yes" ]]; then
28 28
         echo "If you wish to run this script anyway run with FORCE=yes"
29 29
         exit 1