Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Commits
35b5a760
Commit
35b5a760
authored
9 years ago
by
Cédric Moreau
Browse files
Options
Downloads
Patches
Plain Diff
Fix
#234
Node.js v0.12 is not available
parent
ee1f43f8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ucoin
+1
-1
1 addition, 1 deletion
ucoin
with
1 addition
and
1 deletion
ucoin
+
1
−
1
View file @
35b5a760
...
@@ -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"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment