mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-22 08:52:15 +01:00
The one-liner `[[ -z ${PIPESTATUS[*]#0} ]]` no longer works because the
expansion still includes spaces even if all the values are zero. Somehow
that didn't matter in bash 4.2 but it does mater in 4.3 to be consistent
with the general behavior of variables in [[ tests.
CoreOS SDK scripts
Welcome to the scripts repo, your starting place for most things here in the CoreOS SDK. To get started you can find our documentation on the CoreOS website.
Description
Languages
Shell
93%
Python
6.9%