martin 99/11/18 01:54:39
Modified: . Makefile.tmpl
Log:
Make sure even group names like "#-1" aren't treated as comments by the shell.
Revision Changes Path
1.91 +1 -1 apache-1.3/Makefile.tmpl
Index: Makefile.tmpl
===================================================================
RCS file: /export/home/cvs/apache-1.3/Makefile.tmpl,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- Makefile.tmpl 1999/08/27 11:26:12 1.90
+++ Makefile.tmpl 1999/11/18 09:54:36 1.91
@@ -267,7 +267,7 @@
echo "chown $(conf_user) $(root)$(proxycachedir)"; \
chown $(conf_user) $(root)$(proxycachedir); \
echo "chgrp $(conf_group) $(root)$(proxycachedir)"; \
- chgrp $(conf_group) $(root)$(proxycachedir); \
+ chgrp "$(conf_group)" $(root)$(proxycachedir); \
fi
@echo "<=== [mktree]"