k3s/hack/lib
k8s-merge-robot d40bf503ed Merge pull request #24256 from porridge/fix-newlines
Automatic merge from submit-queue

Fix spacing in usage_from_stdin and info_from_stdin (issue #24186).

If "a" is a bash array, then the syntax to append the contents of $line as a
new element to the array is a+=("$line"), not messages+=$line

Using the former syntax just seems to append to the first element, creating a
long string and thus losing newline information.

Fixing this allows us to drop some empty lines from invocations of
usage_from_stdin.
2016-04-16 07:31:12 -07:00
..
etcd.sh Have curl retry etcd download if it fails 2016-03-16 13:43:46 -07:00
golang.sh Merge pull request #24256 from porridge/fix-newlines 2016-04-16 07:31:12 -07:00
init.sh build: move some of hack/lib/ into a new cluster/lib/ 2016-01-11 17:10:26 -08:00
test.sh Add the client side bits of kubectl export 2015-12-22 10:41:59 -08:00
util.sh Include genyaml in update/verify generated docs scripts 2016-04-13 15:11:31 -07:00
version.sh Always use long format in git tag. 2016-03-17 15:07:25 -07:00