Skip to content
Snippets Groups Projects
Commit 35b5a760 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fix #234 Node.js v0.12 is not available

parent ee1f43f8
Branches
Tags
No related merge requests found
...@@ -6,7 +6,7 @@ if [[ -d ./node ]]; then ...@@ -6,7 +6,7 @@ if [[ -d ./node ]]; then
NODE=./node/bin/node NODE=./node/bin/node
fi; fi;
VERSION=`node -v` VERSION=`$NODE -v`
if [[ $VERSION != v0.12* ]]; then if [[ $VERSION != v0.12* ]]; then
echo "Node.js v0.12 is not available"; echo "Node.js v0.12 is not available";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment