Skip to content

Commit

Permalink
Obviate #122, get rid of extra semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
djcp committed Aug 2, 2013
1 parent ccc1485 commit 04e9e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux-components/distro-check
@@ -1,5 +1,5 @@
if lsb_release -c | grep -qEv 'precise|quantal|wheezy|raring|jessie'
if ! grep -qiE 'precise|quantal|wheezy|raring|jessie' /etc/os-release
then
fancy_echo "Sorry! we don't currently support that distro."
exit 1;
exit 1
fi

0 comments on commit 04e9e0f

Please sign in to comment.