Skip to content

Commit

Permalink
Use bash in configure
Browse files Browse the repository at this point in the history
Many *NIXes alias /bin/sh to bash, but not all do, and this is
a bash script, not an sh script.
  • Loading branch information
steveklabnik committed May 31, 2015
1 parent 8425494 commit 16b18c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash

msg() {
echo "configure: $*"
Expand Down

0 comments on commit 16b18c5

Please sign in to comment.