Merge pull request #846 from grimreaper/patch-1

Fix autogen.sh shebang line
This commit is contained in:
TingPing 2013-12-25 07:23:14 -08:00
commit 7537bf8f07
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
have_automake=false
if automake --version < /dev/null > /dev/null 2>&1 ; then