dovecot-1.2: quota: Generated rquota_xdr.c file was missing LF a...

dovecot at dovecot.org dovecot at dovecot.org
Sat Jun 21 16:40:51 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/fd32947addb4
changeset: 7937:fd32947addb4
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jun 20 11:19:16 2008 +0300
description:
quota: Generated rquota_xdr.c file was missing LF after first #include.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/plugins/quota/Makefile.am |    2 +-

diffs (12 lines):

diff -r bdc5cf87dbaa -r fd32947addb4 src/plugins/quota/Makefile.am
--- a/src/plugins/quota/Makefile.am	Fri Jun 20 11:15:50 2008 +0300
+++ b/src/plugins/quota/Makefile.am	Fri Jun 20 11:19:16 2008 +0300
@@ -35,7 +35,7 @@ RQUOTA_XDR = rquota_xdr.c
 RQUOTA_XDR = rquota_xdr.c
 RQUOTA_X = /usr/include/rpcsvc/rquota.x
 rquota_xdr.c: Makefile $(RQUOTA_X)
-	(printf '#include "lib.h"'; $(RPCGEN) -c $(RQUOTA_X) | \
+	(echo '#include "lib.h"'; $(RPCGEN) -c $(RQUOTA_X) | \
 	  sed -e 's/IXDR_PUT/(void)IXDR_PUT/g' \
 	    -e 's/int32_t \*buf/int32_t *buf ATTR_UNUSED/' ) > rquota_xdr.c
 


More information about the dovecot-cvs mailing list