Skip to content

Commit

Permalink
fix(lib/utils): remove duplicate function "_omb_util_split"
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Apr 28, 2024
1 parent e52a30e commit 1ecc6a3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -414,14 +414,6 @@ function _omb_util_glob_expand {
return 0
}

function _omb_util_split {
local __set=$- IFS=${3:-$' \t\n'}
set -f
eval -- "$1=(\$2)"
[[ $__set == *f* ]] || set +f
return 0
}

function _omb_util_alias {
case ${OMB_DEFAULT_ALIASES:-enable} in
(disable) return 0 ;;
Expand Down

0 comments on commit 1ecc6a3

Please sign in to comment.