We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc8264d + ba3beaa commit 10340b4Copy full SHA for 10340b4
completion/available/rvm.completion.bash
@@ -3,4 +3,4 @@
3
# Bash completion support for RVM.
4
# Source: https://rvm.io/workflow/completion
5
6
-[[ -r "$rvm_path/scripts/completion" ]] && . "$rvm_path/scripts/completion"
+[[ -r $rvm_path/scripts/completion ]] && . "$rvm_path/scripts/completion"
0 commit comments