$NetBSD: patch-ap,v 1.2 2015/12/29 23:34:43 dholland Exp $ Fix shell quoting bug. --- Tcl/configure~ 2008-09-06 18:51:25.000000000 -0400 +++ Tcl/configure 2008-09-06 19:11:07.000000000 -0400 @@ -3219,7 +3219,7 @@ else # 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`