Skip to content

Commit

Permalink
fix(lib/cli): fix typos for "extglob"
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Sep 8, 2024
1 parent b246494 commit 1a7ef75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cli.bash
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,11 @@ function _comp_cmd_omb {
esac
fi

[[ :$shopt: == *:exptglob:* ]] || shopt -u extglob
[[ :$shopt: == *:extglob:* ]] || shopt -u extglob
return 0
}

complete -F _comp_cmd_omb omb

[[ :$_omb_lib_cli__init_shopt: == *:exptglob:* ]] || shopt -u extglob
[[ :$_omb_lib_cli__init_shopt: == *:extglob:* ]] || shopt -u extglob
unset -v _omb_lib_cli__init_shopt

0 comments on commit 1a7ef75

Please sign in to comment.