go-llvm / llgo

LLVM-based compiler for Go
Other
1.26k stars 80 forks source link

Don't use bash-ism with /bin/sh #172

Closed axw closed 10 years ago

axw commented 10 years ago

The .{def,h} expansion does not work with dash, which is the default for /bin/sh on Ubuntu. We may want to just use bash explicitly, but this is all we need for now.

pcc commented 10 years ago

LGTM