Index: raddb/certs/Makefile
===================================================================
RCS file: /source/radiusd/raddb/certs/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- raddb/certs/Makefile	11 Oct 2007 10:11:29 -0000	1.6
+++ raddb/certs/Makefile	16 Oct 2007 08:32:00 -0000
@@ -14,7 +14,7 @@
 #
 #  Set the passwords
 #
-PASSWORD_SERVER	= `grep output_password server.cnf | sed 's/.*=//;s/^ *//')`
+PASSWORD_SERVER	= `grep output_password server.cnf | sed 's/.*=//;s/^ *//'`
 PASSWORD_CA	= `grep output_password ca.cnf | sed 's/.*=//;s/^ *//'`
 PASSWORD_CLIENT	= `grep output_password client.cnf | sed 's/.*=//;s/^ *//'`
 
