summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-05 02:18:11 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-05 02:18:11 +0000
commitfc7599b9aab646dbc2e8eb90946688c8b22743d4 (patch)
tree6a1710c718d9b65eccc3ecf373fd58ec7704f239
parentba6930b18a0f2a59c8a0c4508a44d48a58bd7a4b (diff)
downloadedk2-fc7599b9aab646dbc2e8eb90946688c8b22743d4.zip
edk2-fc7599b9aab646dbc2e8eb90946688c8b22743d4.tar.gz
edk2-fc7599b9aab646dbc2e8eb90946688c8b22743d4.tar.bz2
Correct the sample instruction.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2176 6f19259b-4bc3-4df7-8a09-765794883524
-rwxr-xr-xTools/Python/Install_Python_OSX.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Python/Install_Python_OSX.sh b/Tools/Python/Install_Python_OSX.sh
index b6365a4..e584171 100755
--- a/Tools/Python/Install_Python_OSX.sh
+++ b/Tools/Python/Install_Python_OSX.sh
@@ -1,6 +1,6 @@
echo "You proxy is currently set to \"$http_proxy\"."
echo "It needs to set in order to download through a firewall."
-echo "For example: \"export http://proxy.company.com:911\""
+echo "For example: \"export http_proxy=proxy.company.com:911\""
set -e
echo "After the download, get ready to enter the root password."
curl -C - --remote-name http://www.python.org/ftp/python/2.4.4/python-2.4.4-macosx2006-10-18.dmg --progress-bar