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 Jan 15, 2024
1 parent 9f4fc28 commit b15a632
Showing 1 changed file with 0 additions and 0 deletions.
Empty file.

0 comments on commit b15a632

Please sign in to comment.