Skip to content

Commit

Permalink
gah
Browse files Browse the repository at this point in the history
  • Loading branch information
friism committed Dec 3, 2016
1 parent 6047f5b commit 602bc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ mkdir -p ${DNX_BUILD_LOCATION}
cp -r ~/.dnx/runtimes/${DNX_DIR_NAME} ${DNX_BUILD_LOCATION}

cat <<EOF >$BUILD_DIR/.profile.d/000_dnx.sh
export PATH="\$HOME/.dnx/runtimes/$DNX_DIR_NAME:\$PATH"
export PATH="\$HOME/.dnx/runtimes/DNX_DIR_NAME:\$PATH"
EOF

# Build the project
Expand Down

0 comments on commit 602bc2c

Please sign in to comment.