Safe array expansion

Signed-off-by: John McBride <jpmmcbride@gmail.com>
pull/1483/head
John McBride 2020-02-03 15:37:54 -07:00
parent 6cd634dd85
commit 3f293c253f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ about-plugin 'initialize jump (see https://github.com/gsamokovarov/jump). Add `e
__init_jump() {
command -v jump &> /dev/null || return
eval "$(jump shell bash ${JUMP_OPTS[@]})"
eval "$(jump shell bash "${JUMP_OPTS[@]}")"
}
__init_jump