Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: None
-
Fix Version/s: 1.5
-
Component/s: None
-
Labels:None
Description
We use bashisms in our shell scripts, and they work with /bin/sh preambles only because on our devel boxes /bin/sh is a symlink to /bin/bash.
We should either declare we use bash or get rid of the bashisms.