Closed sjackman closed 6 years ago
is this on master? I can't seem to replicate this
Yes, it's on master, commit 5c63168.
$ realpath ~/.linuxbrew/bin/biomake
/home/sjackman/.linuxbrew/Cellar/biomake/HEAD-5c63168/bin/biomake
Sigh. Sorry. I completely messed up the reproducible example, and the bug's not what I thought it was. Currently export
requires a blank line after it.
export FOO=bar
all:
export FOO=bar
all:
❯❯❯ biomake 2>&1 | head -n1
Exception: error(syntax_error(GNU makefile parse error at line 1 of file Makefile: export FOO=bar),_1624)
You work fast. Thanks, Ian!
@ihh Help?