Skip to content

Commit 16b18c5

Browse files
committed
Use bash in configure
Many *NIXes alias /bin/sh to bash, but not all do, and this is a bash script, not an sh script.
1 parent 8425494 commit 16b18c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

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

33
msg() {
44
echo "configure: $*"

0 commit comments

Comments
 (0)