Skip to content

Commit 593e9aa

Browse files
fix message - no natty support
1 parent e28f775 commit 593e9aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/build_uec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Make sure that we have the proper version of ubuntu (only works on oneiric)
44
if ! egrep -q "oneiric" /etc/lsb-release; then
5-
echo "This script only works with ubuntu oneiric and natty"
5+
echo "This script only works with ubuntu oneiric."
66
exit 1
77
fi
88

0 commit comments

Comments
 (0)