Skip to content

Commit

Permalink
Use double quotes in the rbenv/completion.bash prevent globbing and w…
Browse files Browse the repository at this point in the history
…ord splitting.
  • Loading branch information
timurvafin committed Apr 29, 2015
1 parent 946459c commit e9cdef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbenv/completion.bash
@@ -1,2 +1,2 @@
rbenv_completion="$RBENV_ROOT/completions/rbenv.bash"
[ -f $rbenv_completion ] && source $rbenv_completion
[ -f "$rbenv_completion" ] && source "$rbenv_completion"

0 comments on commit e9cdef2

Please sign in to comment.