Skip to content

Commit

Permalink
Removed executable flag on files in o.e.equinox.http.servlet.tests
Browse files Browse the repository at this point in the history
This was achieved by running:
find . -type f -executable -print0 | \
  xargs -r0 chmod 644

Signed-off-by: Torbjörn SVENSSON <[email protected]>
  • Loading branch information
Torbjorn-Svensson authored and akurtakov committed Nov 30, 2023
1 parent 0ffcb28 commit 0b621dd
Showing 1 changed file with 0 additions and 0 deletions.
Empty file.

0 comments on commit 0b621dd

Please sign in to comment.