Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > d3c4bfd951c25dab3d8c83571c73f957 > files > 7

postgresql-8.1.23-10.el5_10.src.rpm

Remove extraneous quotes from pgtcl configure script.  bash 3.1 fails on
this, though curiously it seems not to bother prior versions.
Note we don't bother to patch the configure file itself, since we'll
regenerate it during the build.

Upstream bug report for this filed as
http://gborg.postgresql.org/project/pgtclng/bugs/bugupdate.php?1500


diff -Naur Pgtcl.orig/aclocal.m4 Pgtcl/aclocal.m4
--- Pgtcl.orig/aclocal.m4	2004-02-15 15:15:37.000000000 -0500
+++ Pgtcl/aclocal.m4	2006-01-09 12:21:32.000000000 -0500
@@ -145,7 +145,7 @@
 	    # results, and the version is kept in special file).
 	
 	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-		system=MP-RAS-`awk '{print $3}' /etc/.relid'`
+		system=MP-RAS-`awk '{print $3}' /etc/.relid`
 	    fi
 	    if test "`uname -s`" = "AIX" ; then
 		system=AIX-`uname -v`.`uname -r`
diff -Naur Pgtcl.orig/tclconfig/tcl.m4 Pgtcl/tclconfig/tcl.m4
--- Pgtcl.orig/tclconfig/tcl.m4	2004-11-11 21:55:50.000000000 -0500
+++ Pgtcl/tclconfig/tcl.m4	2006-01-09 12:22:08.000000000 -0500
@@ -752,7 +752,7 @@
 	    # results, and the version is kept in special file).
 	
 	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-		system=MP-RAS-`awk '{print $3}' /etc/.relid'`
+		system=MP-RAS-`awk '{print $3}' /etc/.relid`
 	    fi
 	    if test "`uname -s`" = "AIX" ; then
 		system=AIX-`uname -v`.`uname -r`
@@ -2012,7 +2012,7 @@
 	    # results, and the version is kept in special file).
 	
 	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-		system=MP-RAS-`awk '{print $3}' /etc/.relid'`
+		system=MP-RAS-`awk '{print $3}' /etc/.relid`
 	    fi
 	    if test "`uname -s`" = "AIX" ; then
 		system=AIX-`uname -v`.`uname -r`