From: Richard Levitte Date: Fri, 9 Aug 2002 07:37:28 +0000 (+0000) Subject: Remove an extra @, since that line is now a continuation of the previous one. X-Git-Tag: OpenSSL_0_9_6g~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4e122b36c18f4bd322ae5932c21276e2d55adeb;p=openssl Remove an extra @, since that line is now a continuation of the previous one. PR: 203, part 2 --- diff --git a/Makefile.org b/Makefile.org index 72e986d667..f3255abb9b 100644 --- a/Makefile.org +++ b/Makefile.org @@ -697,7 +697,7 @@ install_docs: --release=$(VERSION) `basename $$i`") \ > $(INSTALL_PREFIX)$(MANDIR)/man$$sec/`basename $$i .pod`.$$sec; \ done; \ - @for i in doc/crypto/*.pod doc/ssl/*.pod; do \ + for i in doc/crypto/*.pod doc/ssl/*.pod; do \ fn=`basename $$i .pod`; \ if [ "$$fn" = "des_modes" ]; then sec=7; else sec=3; fi; \ echo "installing man$$sec/`basename $$i .pod`.$$sec"; \