Files
kubernetes/hack/lib
Ismo Puustinen 73b5f1b78c hack/lib/init.sh: prevent splitting in 'dirname' result.
You can test this change like this:

  $ mkdir -p '/tmp/foo bar/x'
  $ cd $(dirname "/tmp/foo bar/x")
  bash: cd: too many arguments
  $ cd "$(dirname "/tmp/foo bar/x")"
  $ pwd
  /tmp/foo bar
2018-02-26 16:46:19 +02:00
..
2018-01-13 16:37:50 -08:00
2018-02-07 21:14:19 -08:00
2018-01-03 16:44:50 -05:00
2018-02-02 14:00:45 -05:00