Skip to content

Commit

Permalink
Fix dnephin#54: go-cyclo - use #!/usr/bin/env bash instead of `#!/b…
Browse files Browse the repository at this point in the history
…in/bash` for compatibility with Windows
  • Loading branch information
echarrod committed Jul 5, 2020
1 parent dafe790 commit 9cdcea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-go-cyclo.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

if [ $# -eq 0 ]; then
echo "No arguments supplied"
Expand Down

0 comments on commit 9cdcea6

Please sign in to comment.