Kaydet (Commit) 072a24c3 authored tarafından Ronald Oussoren's avatar Ronald Oussoren

Fix buglet in postinstall script, it would generate an invalid .cshrc file.

üst 03fb4449
......@@ -41,7 +41,7 @@ case "${BSH}" in
echo "" >> "${HOME}/.cshrc"
echo "# Setting PATH for MacPython ${PYVER}" >> "${HOME}/.cshrc"
echo "# The orginal version is saved in .cshrc.pysave" >> "${HOME}/.cshrc"
echo "setenv path=(${PYTHON_ROOT}/bin "'$path'")" >> "${HOME}/.cshrc"
echo "set path=(${PYTHON_ROOT}/bin "'$path'")" >> "${HOME}/.cshrc"
exit 0
;;
bash)
......
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