From 00b9a04a414f142be1384d75c9ae91598ac55301 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 31 May 2022 16:33:20 +0300 Subject: [PATCH] =?utf8?q?=D0=A2=D1=80=D0=B8=D0=B2=D0=B8=D0=B0=D0=BB=D1=8C?= =?utf8?q?=D0=BD=D0=B0=D1=8F=20=D0=BE=D0=BF=D1=82=D0=B8=D0=BC=D0=B8=D0=B7?= =?utf8?q?=D0=B0=D1=86=D0=B8=D1=8F=20find+chmod?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- all.do | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/all.do b/all.do index d7b84e6..7d5a878 100644 --- a/all.do +++ b/all.do @@ -11,5 +11,5 @@ ${MAKEINFO:-makeinfo} --html \ --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \ --set-customization-variable OPEN_QUOTE_SYMBOL=\" \ -o $html index.texi -find $html -type d -exec chmod 755 {} \; -find $html -type f -exec chmod 644 {} \; +find $html -type d -exec chmod 755 {} + +find $html -type f -exec chmod 644 {} + -- 2.44.0