mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-12 13:33:45 -05:00
Not exec specific
This commit is contained in:
@@ -11,9 +11,9 @@ if [ "$1" = "--complete" ]; then
|
||||
fi
|
||||
|
||||
shopt -s nullglob
|
||||
RBENV_EXEC_PLUGINS=(/etc/rbenv.d/$1/*.bash ${RBENV_ROOT}/rbenv.d/$1/*.bash)
|
||||
SCRIPTS=(/etc/rbenv.d/$1/*.bash ${RBENV_ROOT}/rbenv.d/$1/*.bash)
|
||||
shopt -u nullglob
|
||||
|
||||
for script in ${RBENV_EXEC_PLUGINS[@]}; do
|
||||
for script in ${SCRIPTS[@]}; do
|
||||
echo $script
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user