2892bf289f
PR: 163113 Submitted by: Stephen Roznowski <sjroz@verizon.net> (maintainer)
11 lines
438 B
Text
11 lines
438 B
Text
--- configure.orig 2011-12-28 10:48:15.000000000 +0800
|
|
+++ configure 2011-12-28 10:49:54.000000000 +0800
|
|
@@ -2764,7 +2764,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`
|