Commit c462dcd5 authored by David Dollar's avatar David Dollar

newline at end of files

parent ef57f219
...@@ -90,4 +90,4 @@ fi ...@@ -90,4 +90,4 @@ fi
# Update the PATH # Update the PATH
status "Building runtime environment" status "Building runtime environment"
mkdir -p $build_dir/.profile.d mkdir -p $build_dir/.profile.d
echo "export PATH=\"\$HOME/node/bin:$HOME/bin:\$HOME/node_modules/.bin:\$PATH\"" > $build_dir/.profile.d/nodejs.sh echo "export PATH=\"\$HOME/node/bin:$HOME/bin:\$HOME/node_modules/.bin:\$PATH\"" > $build_dir/.profile.d/nodejs.sh
\ No newline at end of file
...@@ -88,4 +88,4 @@ assertFile() { ...@@ -88,4 +88,4 @@ assertFile() {
assertEquals "$1" "$(cat ${COMPILE_DIR}/$2)" assertEquals "$1" "$(cat ${COMPILE_DIR}/$2)"
} }
source ${BASE}/vendor/shunit2/shunit2 source ${BASE}/vendor/shunit2/shunit2
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment