- Fix build on 9.0

PR:		140140, 140274
Submitted by:	Jilles Tjoelker <jilles@stack.nl>, myself
This commit is contained in:
Dmitry Marakasov 2009-11-05 03:00:37 +00:00
parent 33298ecc79
commit bfd080220c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243815

View File

@ -0,0 +1,11 @@
--- configure.orig 2009-11-05 05:53:28.320172000 +0300
+++ configure 2009-11-05 05:54:49.000000000 +0300
@@ -8051,7 +8051,7 @@
system=unknown
else
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
fi
fi