daala icon indicating copy to clipboard operation
daala copied to clipboard

Use POSIX shell in scripts

Open czarkoff opened this issue 10 years ago • 2 comments

Some systems don't have bash at /bin/bash, or may use other shells by default

czarkoff avatar Jan 09 '16 12:01 czarkoff

Did you verify that the scripts work on other sh implementations?

Indeed, other systems might use other default shells, which is why bash is explicitly specified.

I'm not sure this patch will fix more than it breaks - we don't currently have a way to prevent bash-isms from slipping into scripts.

tdaede avatar Jan 12 '16 01:01 tdaede

I verified some with ksh.

czarkoff avatar Jan 12 '16 09:01 czarkoff