Loading bin/rbenv-install +4 −4 Original line number Diff line number Diff line Loading @@ -113,10 +113,10 @@ after_install() { after_hooks["${#after_hooks[@]}"]="$hook" } # Load plugin hooks. for script in $(rbenv-hooks install); do source "$script" done OLDIFS="$IFS" IFS=$'\n' scripts=(`rbenv-hooks install`) IFS="$OLDIFS" for script in "${scripts[@]}"; do source "$script"; done # Set VERSION_NAME from $DEFINITION, if it is not already set. Then Loading bin/rbenv-uninstall +4 −3 Original line number Diff line number Diff line Loading @@ -50,9 +50,10 @@ after_uninstall() { after_hooks["${#after_hooks[@]}"]="$hook" } for script in $(rbenv-hooks uninstall); do source "$script" done OLDIFS="$IFS" IFS=$'\n' scripts=(`rbenv-hooks uninstall`) IFS="$OLDIFS" for script in "${scripts[@]}"; do source "$script"; done VERSION_NAME="${DEFINITION##*/}" Loading Loading
bin/rbenv-install +4 −4 Original line number Diff line number Diff line Loading @@ -113,10 +113,10 @@ after_install() { after_hooks["${#after_hooks[@]}"]="$hook" } # Load plugin hooks. for script in $(rbenv-hooks install); do source "$script" done OLDIFS="$IFS" IFS=$'\n' scripts=(`rbenv-hooks install`) IFS="$OLDIFS" for script in "${scripts[@]}"; do source "$script"; done # Set VERSION_NAME from $DEFINITION, if it is not already set. Then Loading
bin/rbenv-uninstall +4 −3 Original line number Diff line number Diff line Loading @@ -50,9 +50,10 @@ after_uninstall() { after_hooks["${#after_hooks[@]}"]="$hook" } for script in $(rbenv-hooks uninstall); do source "$script" done OLDIFS="$IFS" IFS=$'\n' scripts=(`rbenv-hooks uninstall`) IFS="$OLDIFS" for script in "${scripts[@]}"; do source "$script"; done VERSION_NAME="${DEFINITION##*/}" Loading