mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 09:12:22 -05:00
Merge pull request #846 from grimreaper/patch-1
Fix autogen.sh shebang line
This commit is contained in:
commit
7537bf8f07
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
have_automake=false
|
||||
|
||||
if automake --version < /dev/null > /dev/null 2>&1 ; then
|
||||
|
Loading…
Reference in New Issue
Block a user