Skip to content

Commit

Permalink
Windows shebang potential fix? (#2957)
Browse files Browse the repository at this point in the history
# Description and Motivation
<!--- bulleted, high level items. use keywords (eg "closes #144" or
"fixes #4323") -->

Hopefully correctly setting the `sh` at the she bang atop the script
file might help with windows compatibility issues
  • Loading branch information
benhammondmusic authored Mar 5, 2024
1 parent 1725c5d commit 15f7d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/.util/warn_many_files_per_commit.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

# Get the list of files to be committed
files=$(git diff --cached --name-only)
Expand Down

0 comments on commit 15f7d8a

Please sign in to comment.