Skip to content
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.

Commit

Permalink
10l bug.
Browse files Browse the repository at this point in the history
Unbrorked lsb_release check.
  • Loading branch information
z0rc committed Dec 2, 2011
1 parent 8120d71 commit 18209c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

ARCH=`uname -m`

if [ -x "`which lsb_release`" ]; then
if [ ! -x "`which lsb_release`" ]; then
echo "Unable to find lsb_release, which is usually a part of lsb package."
echo "Please install it in your distro preferred way."
fi
Expand Down

0 comments on commit 18209c9

Please sign in to comment.