DescriptionRemove "bashism" from plain shell script
https://codereview.chromium.org/196413021 uses [[ which isn't present
in all shells, particularly not dash which Debian uses as /bin/sh.
Instead use two simple [ conditions.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258321
Patch Set 1 #
Messages
Total messages: 11 (0 generated)
|