blob: cc3b9a339c9c66e6801c2008bc6222b595d74ab4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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`
|