From 5c5e74c2134907620808c4ed6c8bd0463e07bdc5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 16 Jun 2022 06:56:33 +0200 Subject: [PATCH] Update onpush_chmod.yaml --- .github/workflows/onpush_chmod.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/onpush_chmod.yaml b/.github/workflows/onpush_chmod.yaml index 176ce15ca..fba52e9a4 100644 --- a/.github/workflows/onpush_chmod.yaml +++ b/.github/workflows/onpush_chmod.yaml @@ -18,9 +18,9 @@ jobs: - name: Run script file id: chmod run: | - for f in `find . -name '*.sh' -o -regex './s?bin/[^/]+' -o -regex './usr/sbin/[^/]+' -o -regex './usr/lib/[^/]+' `;do - ( cd `dirname $f` && git update-index --chmod=+x `basename $f` ) - done + for f in `find . -name '*.sh' -o -regex './s?bin/[^/]+' -o -regex './usr/sbin/[^/]+' -o -regex './usr/lib/[^/]+' `;do \ + ( cd `dirname $f` && git update-index --chmod=+x `basename $f` ) \ + done shell: bash - name: Create New Pull Request If Needed if: steps.calibre.outputs.markdown != ''