From b1c335e2aebbbafcbadecafbd612f19c3f6bfa74 Mon Sep 17 00:00:00 2001 From: calvin Date: Sun, 18 Dec 2005 09:14:41 +0000 Subject: [PATCH] add pyopts git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2990 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- scripts/run.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/run.sh b/scripts/run.sh index 795aac31..9f3505fc 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -2,4 +2,6 @@ # run python interpreter with current dir as search path, and remove all # locale and proxy settings PYVER=2.4 -env -u ftp_proxy -u http_proxy -u LANGUAGE -u LC_ALL -u LC_CTYPE LANG=C PYTHONPATH=`pwd` python${PYVER} "$@" +PYOPTS= +#PYOPTS=-O +env -u ftp_proxy -u http_proxy -u LANGUAGE -u LC_ALL -u LC_CTYPE LANG=C PYTHONPATH=`pwd` python${PYVER} $PYOPTS "$@"