Fix autogen.sh shebang line

/bin/bash does not exist on many systems.  In addition this script appears to be POSIX compatible so just use the appropriate shebang line.
xtext-cairo
grimreaper 10 years ago committed by TingPing
parent 5e455be5f3
commit f87071b7e2

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

Loading…
Cancel
Save