mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-21 16:32:24 +01:00
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 Review URL: http://codereview.chromium.org/2825050
Description
Languages
Shell
93%
Python
6.9%