|
|
@ -1,6 +1,6 @@ |
|
|
#!/usr/bin/env bash |
|
|
#!/usr/bin/env bash |
|
|
# Summary: List all Ruby versions that contain the given executable |
|
|
# Summary: List all Ruby versions that contain the given executable |
|
|
# Usage: rbenv whence [--path] COMMAND |
|
|
|
|
|
|
|
|
# Usage: rbenv whence [--path] <command> |
|
|
|
|
|
|
|
|
set -e |
|
|
set -e |
|
|
[ -n "$RBENV_DEBUG" ] && set -x |
|
|
[ -n "$RBENV_DEBUG" ] && set -x |
|
|
|