Skip to content

Commit 005da33

Browse files
committed
Use sh instead bash in has_lib.sh
1 parent 21fb6a2 commit 005da33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/has_lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/usr/bin/env sh
22
has_lib() {
33
local regex="lib$1.+(so|dylib)"
44

0 commit comments

Comments
 (0)