Skip to content

Commit

Permalink
Remove executable bit from non-executable files
Browse files Browse the repository at this point in the history
Those files aren't executable files, as in a compiled executable, but
rather Perl 6 source files. Without a shebang, executable bit is
useless, and potentially even confusing.
  • Loading branch information
KamilaBorowska committed Nov 6, 2015
1 parent b981db8 commit bc64a7e
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 0 deletions.
Empty file modified categories/cookbook/06pattern-matching/06-01-copy-subst.pl 100755 → 100644
Empty file.
Empty file modified categories/cookbook/06pattern-matching/06-02-match-letters.pl 100755 → 100644
Empty file.
Empty file.
Empty file modified categories/cookbook/09directories/09-07-all-files-process.pl 100755 → 100644
Empty file.
Empty file.
Empty file modified categories/cookbook/09directories/09-10-filename-splitting.pl 100755 → 100644
Empty file.
Empty file modified categories/cookbook/17sockets/17-01tcp_client.pl 100755 → 100644
Empty file.
Empty file modified categories/cookbook/17sockets/17-02tcp_server.pl 100755 → 100644
Empty file.
Empty file modified categories/cookbook/19cgi-programming/19-01cgi-script.pl 100755 → 100644
Empty file.
Empty file modified categories/interpreters/calc.p6 100755 → 100644
Empty file.
Empty file modified categories/interpreters/lisp.pl 100755 → 100644
Empty file.

0 comments on commit bc64a7e

Please sign in to comment.