Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 564ef4b

Browse files
committed
should be appending on our second write to the file
1 parent 3eb80dd commit 564ef4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ rm -rf "$build_dir/.npm"
9494
status "Building runtime environment"
9595
mkdir -p $build_dir/.profile.d
9696
echo "export HOME=$build_dir" > $build_dir/.profile.d/nodejs.sh
97-
echo "export PATH=\"$build_dir/vendor/node/bin:$build_dir/bin:$build_dir/node_modules/.bin:\$PATH\"" > $build_dir/.profile.d/nodejs.sh
97+
echo "export PATH=\"$build_dir/vendor/node/bin:$build_dir/bin:$build_dir/node_modules/.bin:\$PATH\"" >> $build_dir/.profile.d/nodejs.sh
9898

9999
# Post package.json to nomnom service
100100
# Use a subshell so failures won't break the build.

0 commit comments

Comments
 (0)