Skip to content

Commit

Permalink
need to export path
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jul 12, 2012
1 parent 5a68743 commit 3456562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Expand Up @@ -175,4 +175,4 @@ echo "Dependencies installed" | indent

echo "-----> Setting up .profile"
mkdir -p $BUILD_DIR/.profile.d
echo "PATH=\"/app/bin:/app/node_modules/.bin:$PATH\"" > $BUILD_DIR/.profile.d/nodejs.sh
echo "export PATH=\"/app/bin:/app/node_modules/.bin:$PATH\"" > $BUILD_DIR/.profile.d/nodejs.sh

0 comments on commit 3456562

Please sign in to comment.