* gramps.sh.in: Fix bashism to have a valid bourn-shell script.
svn: r2134
This commit is contained in:
parent
4f738022e8
commit
30820798bf
@ -7,6 +7,7 @@
|
|||||||
* doc/gramps.1: Likewise.
|
* doc/gramps.1: Likewise.
|
||||||
* NEWS: Likewise.
|
* NEWS: Likewise.
|
||||||
* TODO: Add recently discussed items from gramps-devel.
|
* TODO: Add recently discussed items from gramps-devel.
|
||||||
|
* gramps.sh.in: Fix bashism to have a valid bourn-shell script.
|
||||||
|
|
||||||
2003-09-14 Alex Roitman <shura@alex.neuro.umn.edu>
|
2003-09-14 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
* src/SourceView.py (button_press,on_add_clicked,on_delete_clicked,
|
* src/SourceView.py (button_press,on_add_clicked,on_delete_clicked,
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# Gramps - a GTK+/GNOME based genealogy program
|
# Gramps - a GTK+/GNOME based genealogy program
|
||||||
#
|
#
|
||||||
# Copyright (C) 2000 Donald N. Allingham
|
# Copyright (C) 2000-2003 Donald N. Allingham
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -25,7 +25,7 @@ prefix=@prefix@
|
|||||||
export GRAMPSDIR=@datadir@/@PACKAGE@
|
export GRAMPSDIR=@datadir@/@PACKAGE@
|
||||||
export GRAMPSI18N=@prefix@/share/locale
|
export GRAMPSI18N=@prefix@/share/locale
|
||||||
|
|
||||||
if [ "$PYTHONPATH" == "" ]
|
if [ "$PYTHONPATH" = "" ]
|
||||||
then
|
then
|
||||||
export PYTHONPATH=$GRAMPSDIR
|
export PYTHONPATH=$GRAMPSDIR
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user