Skip to content

Commit 097007a

Browse files
authored
Merge pull request #10320 from oharboe/nix-shebang-check-same
test/orfs: use /usr/bin/env bash in check_same.sh shebang
2 parents d7343f8 + ef995b0 commit 097007a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/orfs/check_same.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# Verify that pairs of ORFS output files are identical.
33
# Args come in pairs: file_a file_b file_a file_b ...
44
set -euo pipefail

0 commit comments

Comments
 (0)