vmware-archive / cascade

A Just-In-Time Compiler for Verilog from VMware Research
Other
433 stars 44 forks source link

Please replace #!/bin/bash with #!/bin/sh #207

Closed yurivict closed 4 years ago

yurivict commented 4 years ago

/bin/bash only exists by default on Linux, on other systems it needs to be installed and it has different path. But your scripts work fine with Bourne shell which is available everywhere at /bin/sh.

eschkufz commented 4 years ago

I'll start going through these one at a time. We'll close out the easy stuff and then figure out why the regression tests are failing.

eschkufz commented 4 years ago

(This one's taking a bit longer than expected --- the scripts in the share/ directory are bash in name only, and mostly posix-compliant. The setup script needs some work.)