mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
build-parser: Functions are only supported by bash
This confuses distributions which don't use bash as sh
This commit is contained in:
parent
0e6dc7e5a1
commit
65c7a04457
@ -1,4 +1,4 @@
|
||||
#!/bin/sh -e
|
||||
#!/bin/bash -e
|
||||
# Called from Setup.hs.
|
||||
|
||||
function make_parser {
|
||||
|
Loading…
x
Reference in New Issue
Block a user