* gramps.sh.in: Fix bashism to have a valid bourn-shell script.

svn: r2134
This commit is contained in:
Alex Roitman 2003-09-16 01:53:49 +00:00
parent 34a96eb266
commit 11c7180611
2 changed files with 3 additions and 2 deletions

View File

@ -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,

View File

@ -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