Skip to content

Commit bf99e84

Browse files
committed
Use #!/usr/bin/env bash in test scripts
This uses the path supplied `bash`, and will also allow the scripts to run on NixOS where `/usr/bin/env` is shimmed for compatibility but `/bin/bash` can't be relied on.
1 parent 2da1be5 commit bf99e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/lint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -e
33

44
cargo clippy --all-targets --keep-going --features=send,receive -- -D warnings

0 commit comments

Comments
 (0)