mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 03:02:30 +01:00
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.
This commit is contained in:
parent
d38bbb1e2c
commit
60ea2874b3
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
have_automake=false
|
have_automake=false
|
||||||
|
|
||||||
if automake --version < /dev/null > /dev/null 2>&1 ; then
|
if automake --version < /dev/null > /dev/null 2>&1 ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user