neeilan / splat

Simple Programming Language Tester ✅
MIT License
7 stars 1 forks source link

Add shebang notation to build.sh #2

Closed alekratz closed 5 years ago

alekratz commented 5 years ago

I'm using the fish shell, and I was getting this error when running ./build.sh:

Failed to execute process './build.sh'. Reason:
exec: Exec format error
The file './build.sh' is marked as an executable but could not be run by the operating system.

So, I've added the #/bin/sh shebang notation to the top of the file should any other shells be picky in this instance.

neeilan commented 5 years ago

Thank you @alekratz :)