Displaying 1 result from an estimated 1 matches for "8bf4224f".
2013 Sep 15
4
Switching all tests to bash
Hi all,
I'm thingking og switching all the test scripts to use /bin/bash instead
of /bin/sh. The main reason is that /bin/sh on linux can mean one of
two things; bash in bourne shell comatibility mode or dash. These two
behave differently enough to make it a pain to be always testing them.
The other issue is that using some bash features will allow me to reuse
code and reduce the amount of