Skip to content

Commit

Permalink
Properly add dashes after shebangs
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Nov 30, 2017
1 parent 2bdfa1b commit a1a1949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion check-incorrect-links.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -

find . -not -path './.git/*' \
-not -path ./.git \
Expand Down
2 changes: 1 addition & 1 deletion set-perms.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -

chmod 755 usr/local/bin/find-interesting-logs
chown root:wheel usr/local/bin/find-interesting-logs
Expand Down

0 comments on commit a1a1949

Please sign in to comment.