Skip to content

Commit d80e380

Browse files
committed
fix warning line to include oneiric as well
1 parent eec092b commit d80e380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Warn users who aren't on natty, but allow them to override check and attempt
2424
# installation with ``FORCE=yes ./stack``
2525
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"
2727
if [[ "$FORCE" != "yes" ]]; then
2828
echo "If you wish to run this script anyway run with FORCE=yes"
2929
exit 1

0 commit comments

Comments
 (0)