From cbc9245210259d03a068596545d21b7d60f3c770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Charette?= Date: Sun, 1 Mar 2009 08:37:30 +0000 Subject: [PATCH] merge from 3.1.0: add -O flag to python svn: r12177 --- gramps.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps.sh.in b/gramps.sh.in index d80158720..60f5f0d91 100644 --- a/gramps.sh.in +++ b/gramps.sh.in @@ -25,4 +25,4 @@ PACKAGE=@PACKAGE@ export GRAMPSDIR=@datadir@/@PACKAGE@ -exec @PYTHON@ $GRAMPSDIR/gramps.py "$@" +exec @PYTHON@ -O $GRAMPSDIR/gramps.py "$@"