* gramps.sh.in: Revert escaping the arguments, as this lumps all

the args into a single word. If filenames contain spaces then they
should be escaped by the user.


svn: r5204
This commit is contained in:
Alex Roitman 2005-09-20 19:48:11 +00:00
parent 8ddf81d04b
commit 8a76c381cc
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2005-09-20 Alex Roitman <shura@gramps-project.org>
* INSTALL: Provide correct examples for the local install.
* gramps.sh.in: Revert escaping the arguments, as this lumps all
the args into a single word. If filenames contain spaces then they
should be escaped by the user.
2005-09-19 Don Allingham <don@gramps-project.org>
* src/ReportUtils.py: better string handling

View File

@ -36,4 +36,4 @@ else
export PYTHONPATH=$GRAMPSDIR:$GRAMPSLIBDIR:$GRAMPSPLUGINSDIR:$PYTHONPATH
fi
exec @PYTHON@ $GRAMPSDIR/gramps.py "$*"
exec @PYTHON@ $GRAMPSDIR/gramps.py $*