diff options
author | TingPing <TingPing@users.noreply.github.com> | 2013-12-25 07:23:14 -0800 |
---|---|---|
committer | TingPing <TingPing@users.noreply.github.com> | 2013-12-25 07:23:14 -0800 |
commit | 7537bf8f0738106518789a12a7889b4492f87141 (patch) | |
tree | f4f852027bdec41fe51f10407ffdd5ea1fcaa003 | |
parent | 5e455be5f3e14d89a8cebdedc755264647747639 (diff) | |
parent | 60ea2874b3ea4ef4d0efe95caf094ffd7dca3064 (diff) |
Merge pull request #846 from grimreaper/patch-1
Fix autogen.sh shebang line
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 607aa949..324870a3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh have_automake=false if automake --version < /dev/null > /dev/null 2>&1 ; then |