Skip to content
Snippets Groups Projects
Commit ba9f28bc authored by tjc's avatar tjc
Browse files

use http.proxyPort http.proxyHost

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@7495 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent ce291bae
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
# necessary a symbolic link can be made to this script from
# /usr/local/bin/ or elsewhere.
# $Header: //tmp/pathsoft/artemis/art,v 1.21 2007-03-01 14:37:47 tjc Exp $
# $Header: //tmp/pathsoft/artemis/art,v 1.22 2008-05-22 08:34:35 tjc Exp $
# resolve links - $0 may be a link
PRG=$0
......@@ -53,7 +53,7 @@ fi
if [ "$http_proxy" != "" ]
then
ARTEMIS_PROPERTIES="$ARTEMIS_PROPERTIES -DproxySet=true "`echo $http_proxy | sed 's/http:\/\/\(.*\):\(.*\)/ -DproxyHost=\1 -DproxyPort=\2/'`
ARTEMIS_PROPERTIES="$ARTEMIS_PROPERTIES -DproxySet=true "`echo $http_proxy | sed 's/http:\/\/\(.*\):\(.*\)/ -Dhttp.proxyHost=\1 -Dhttp.proxyPort=\2/'`
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment