summaryrefslogtreecommitdiffstats
path: root/tools/install-deps
diff options
context:
space:
mode:
Diffstat (limited to 'tools/install-deps')
-rwxr-xr-xtools/install-deps4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/install-deps b/tools/install-deps
index 5daf90d..a7cd4cb 100755
--- a/tools/install-deps
+++ b/tools/install-deps
@@ -16,8 +16,8 @@ if [[ "$OSTYPE" =~ "linux" ]]; then
fi
DIST=`lsb_release -si`
REL=`lsb_release -sr`
- if [[ $DIST =~ "Debian" ]] && (( `echo "$REL > 8" | bc -l` )) || \
- [[ $DIST =~ "Ubuntu" ]] && (( `echo "$REL > 14.10" | bc -l` )); then
+ if ( [[ $DIST =~ "Debian" ]] && (( `echo "$REL > 8" | bc -l` )) ) || \
+ ( [[ $DIST =~ "Ubuntu" ]] && (( `echo "$REL > 14.10" | bc -l` )) ); then
apt-get --yes install libtool-bin
fi
# install Lua for build-pkg