Michael Marineau 3bf2667844 *: Fix PIPESTATUS checks for bash 4.3
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.
2016-07-12 17:50:38 -07:00
2016-06-01 14:57:33 -07:00
2014-01-19 12:25:11 -08:00
2015-09-16 12:53:05 -07:00

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
image build and composition scripts for Flatcar Container Linux
Readme BSD-3-Clause 187 MiB
Languages
Shell 93%
Python 6.9%