diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-05-19 19:29:24 +0000 |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-05-19 19:29:24 +0000 |
commit | cc00a262a654b7584d79ebe694c0922d8bd78cf8 (patch) | |
tree | dec716fdd0be9ce19a59eb066f1ceb6a78b64cbe /Mac/BuildScript/scripts | |
parent | f44c6540fb416552ff9826f133bb76204af29989 (diff) | |
download | cpython-git-cc00a262a654b7584d79ebe694c0922d8bd78cf8.tar.gz |
Remove some traces of 'MacPython'
Diffstat (limited to 'Mac/BuildScript/scripts')
-rwxr-xr-x | Mac/BuildScript/scripts/postflight.patch-profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/BuildScript/scripts/postflight.patch-profile b/Mac/BuildScript/scripts/postflight.patch-profile index aa5e93c683..0c0e4ff3c6 100755 --- a/Mac/BuildScript/scripts/postflight.patch-profile +++ b/Mac/BuildScript/scripts/postflight.patch-profile @@ -57,7 +57,7 @@ case "${BSH}" in cp -fp "${RC}" "${RC}.pysave" fi echo "" >> "${RC}" - echo "# Setting PATH for MacPython ${PYVER}" >> "${RC}" + echo "# Setting PATH for Python ${PYVER}" >> "${RC}" echo "# The orginal version is saved in .cshrc.pysave" >> "${RC}" echo "set path=(${PYTHON_ROOT}/bin "'$path'")" >> "${RC}" if [ `id -ur` = 0 ]; then @@ -86,7 +86,7 @@ if [ -f "${PR}" ]; then cp -fp "${PR}" "${PR}.pysave" fi echo "" >> "${PR}" -echo "# Setting PATH for MacPython ${PYVER}" >> "${PR}" +echo "# Setting PATH for Python ${PYVER}" >> "${PR}" echo "# The orginal version is saved in `basename ${PR}`.pysave" >> "${PR}" echo 'PATH="'"${PYTHON_ROOT}/bin"':${PATH}"' >> "${PR}" echo 'export PATH' >> "${PR}" |