* gramps.sh.in: Fix bashism to have a valid bourn-shell script.
svn: r2134
This commit is contained in:
		@@ -7,6 +7,7 @@
 | 
			
		||||
	* doc/gramps.1: Likewise. 
 | 
			
		||||
	* NEWS: Likewise. 
 | 
			
		||||
	* 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>
 | 
			
		||||
	* src/SourceView.py (button_press,on_add_clicked,on_delete_clicked,
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user