* 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 4f738022e8
commit 30820798bf
2 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
#
# 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
# it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@ prefix=@prefix@
export GRAMPSDIR=@datadir@/@PACKAGE@
export GRAMPSI18N=@prefix@/share/locale
if [ "$PYTHONPATH" == "" ]
if [ "$PYTHONPATH" = "" ]
then
export PYTHONPATH=$GRAMPSDIR
else