$NetBSD: patch-configure,v 1.1 2012/10/01 13:42:30 othyro Exp $

Fixes unterminated quoted string.

--- configure.orig	2005-03-25 19:39:53.000000000 +0000
+++ configure
@@ -7288,7 +7288,7 @@ echo "${ECHO_T}unknown (can't find uname
 	    # 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 }' /etc/.relid'`
+		system=MP-RAS-`awk '{print }' /etc/.relid`
 	    fi
 	    if test "`uname -s`" = "AIX" ; then
 		system=AIX-`uname -v`.`uname -r`
