From 0e0bc636fb012dd46f14cd555ad3e5ee919d194d Mon Sep 17 00:00:00 2001 From: Vishesh Agarwal Date: Wed, 24 Apr 2024 18:21:31 -0400 Subject: [PATCH] Don't break paths on space which correcting rvm --- scripts/function/munge_path | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/function/munge_path b/scripts/function/munge_path index 257c6fe3..bd5a1ab2 100644 --- a/scripts/function/munge_path +++ b/scripts/function/munge_path @@ -48,7 +48,7 @@ __gvm_munge_path() { return 1 fi - IFS=': ' path_in_ary=( $(printf "%s" "${path_in}") ) IFS="$defaultIFS" + IFS=':' path_in_ary=( $(printf "%s" "${path_in}") ) IFS="$defaultIFS" # extract path elements local _path