[Fedora-directory-commits] adminutil nsarch,1.2,1.3

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Fri Dec 16 18:16:07 UTC 2005


Author: nkinder

Update of /cvs/dirsec/adminutil
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21690

Modified Files:
	nsarch 
Log Message:
Fixed parsing of supported emulations in nsarch


Index: nsarch
===================================================================
RCS file: /cvs/dirsec/adminutil/nsarch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nsarch	15 Dec 2005 21:06:22 -0000	1.2
+++ nsarch	16 Dec 2005 18:15:59 -0000	1.3
@@ -570,7 +570,7 @@
 	# The BFD linker knows what the default object file format is, so
 	# first see if it will tell us.
 	ld_help_string=`ld --help 2>&1`
-	if echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: .* elf_i[345]86"; then
+	if echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations: .*elf_i[345]86"; then
 	  #echo "${UNAME_MACHINE}-unknown-linux" ; exit 0
 	  GNU_NAME="${UNAME_MACHINE}-unknown-linux"
           NS_NAME="${UNAME_SYSTEM}"




More information about the Fedora-directory-commits mailing list