We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ae7e7 commit d18e71bCopy full SHA for d18e71b
1 file changed
Mac/BuildScript/scripts/postflight.patch-profile
@@ -36,7 +36,7 @@ case "${BSH}" in
36
echo "" >> "${RC}"
37
echo "# Setting PATH for Python ${PYVER}" >> "${RC}"
38
echo "# The original version is saved in .cshrc.pysave" >> "${RC}"
39
- echo "set path=(${PYTHON_ROOT}/bin "'$path'")" >> "${RC}"
+ echo "set path=(${PYTHON_ROOT}/bin "'\$path'")" >> "${RC}"
40
EOFC
41
42
if [ `id -ur` = 0 ]; then
@@ -94,7 +94,7 @@ fi
94
echo "" >> "${PR}"
95
echo "# Setting PATH for Python ${PYVER}" >> "${PR}"
96
echo "# The original version is saved in `basename ${PR}`.pysave" >> "${PR}"
97
-echo 'PATH="'"${PYTHON_ROOT}/bin"':${PATH}"' >> "${PR}"
+echo 'PATH="'"${PYTHON_ROOT}/bin"':\${PATH}"' >> "${PR}"
98
echo 'export PATH' >> "${PR}"
99
EOFS
100
0 commit comments