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 committed Nov 3, 2023
1 parent 9b49df1 commit 4644139
Showing 1 changed file with 0 additions and 0 deletions.
Empty file.

0 comments on commit 4644139

Please sign in to comment.