From 713bd146926f7af8a460996674dd0044ce028df6 Mon Sep 17 00:00:00 2001 From: suzaku Date: Fri, 28 Jan 2022 14:24:23 +0800 Subject: [PATCH] Support deleting multiple contexts separated by spaces --- kubectx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubectx b/kubectx index 12ea40c..d2d543a 100755 --- a/kubectx +++ b/kubectx @@ -19,7 +19,7 @@ [[ -n $DEBUG ]] && set -x set -eou pipefail -IFS=$'\n\t' +IFS=$'\n\t ' SELF_CMD="$0"