Skip to content

Commit

Permalink
Use /usr/bin/env shebang in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Mar 13, 2024
1 parent 7d99e0b commit 669f03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env bash
#!/usr/bin/env bash
set -euo pipefail

# Simple test runner for nixfmt.
Expand Down

0 comments on commit 669f03e

Please sign in to comment.