Skip to content

Commit

Permalink
Tested on OSX, modified for compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
73rhodes committed Jun 27, 2011
1 parent c006e9e commit a84e2bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/n
Expand Up @@ -3,11 +3,7 @@
# Library version

VERSION="0.4.1"
PREFIX=${PREFIX-`which node|sed 's/\/bin\/node$//'`}
PREFIX=${PREFIX-/usr/local}
ABSPATH=$(readlink -f $0)
ABSDIR=$(dirname $ABSPATH)
N_PREFIX=${N_PREFIX-`echo $ABSDIR | sed 's/\/n\/bin$//'`}
N_PREFIX=${N_PREFIX-/usr/local}
VERSIONS_DIR=$N_PREFIX/n/versions

Expand Down

0 comments on commit a84e2bf

Please sign in to comment.