Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Tweak node to allow specifying version in env.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Jul 2, 2013
1 parent b920270 commit c907e66
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion cake

This file was deleted.

1 change: 0 additions & 1 deletion coffee

This file was deleted.

4 changes: 2 additions & 2 deletions node
@@ -1,5 +1,5 @@
#!/bin/sh
node_base="/home/nelhage/sw/node"
node_version=v0.8.12
: ${NODE_VERSION:=v0.10.12}

exec "$node_base/$node_version/bin/$(basename "$0")" "$@"
exec "$node_base/$NODE_VERSION/bin/$(basename "$0")" "$@"

0 comments on commit c907e66

Please sign in to comment.