* 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:
parent
8ddf81d04b
commit
8a76c381cc
@ -1,5 +1,8 @@
|
|||||||
2005-09-20 Alex Roitman <shura@gramps-project.org>
|
2005-09-20 Alex Roitman <shura@gramps-project.org>
|
||||||
* INSTALL: Provide correct examples for the local install.
|
* 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>
|
2005-09-19 Don Allingham <don@gramps-project.org>
|
||||||
* src/ReportUtils.py: better string handling
|
* src/ReportUtils.py: better string handling
|
||||||
|
@ -36,4 +36,4 @@ else
|
|||||||
export PYTHONPATH=$GRAMPSDIR:$GRAMPSLIBDIR:$GRAMPSPLUGINSDIR:$PYTHONPATH
|
export PYTHONPATH=$GRAMPSDIR:$GRAMPSLIBDIR:$GRAMPSPLUGINSDIR:$PYTHONPATH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec @PYTHON@ $GRAMPSDIR/gramps.py "$*"
|
exec @PYTHON@ $GRAMPSDIR/gramps.py $*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user