Add IFS to script, help wanted in README

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2017-03-29 10:05:33 -07:00
parent 6de838135f
commit 32814d88e1
No known key found for this signature in database
GPG Key ID: 3300B90BF29C804E
2 changed files with 7 additions and 0 deletions

View File

@ -28,6 +28,12 @@ Context "dublin" set.
Aliased "gke_ahmetb_europe-west1-b_dublin" as "dublin".
```
## Help wanted
[ ] bash completion
[ ] zsh completion
[ ] homebrew formula/tap
-----
Disclaimer: This is not an official Google product.

View File

@ -19,6 +19,7 @@
[[ -n $DEBUG ]] && set -x
set -eou pipefail
IFS=$'\n\t'
KUBECTX="${HOME}/.kube/kubectx"