DescriptionPack and unpack scripts switched to bash
The "[[ ... ]]" syntax is bash-specific. Reflect this by changing shbang to "#!/bin/bash". Many of our dev systems symlink "/bin/sh" to "/bin/bash" which has masked this problem for a long time, but "real" sh fails on "[[".
BUG=none
TEST=rerun
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|