summary refs log tree commit diff stats
path: root/autogen.sh
diff options
context:
space:
mode:
authorTingPing <TingPing@users.noreply.github.com>2013-12-25 07:23:14 -0800
committerTingPing <TingPing@users.noreply.github.com>2013-12-25 07:23:14 -0800
commit7537bf8f0738106518789a12a7889b4492f87141 (patch)
treef4f852027bdec41fe51f10407ffdd5ea1fcaa003 /autogen.sh
parent5e455be5f3e14d89a8cebdedc755264647747639 (diff)
parent60ea2874b3ea4ef4d0efe95caf094ffd7dca3064 (diff)
Merge pull request #846 from grimreaper/patch-1
Fix autogen.sh shebang line
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
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