Skip to content

Commit

Permalink
workaround to support rubinius
Browse files Browse the repository at this point in the history
  • Loading branch information
kwatch committed Jul 28, 2014
1 parent cc0e962 commit fb66c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/versionswitcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ __vs_installable_versions() {
local down
down=`__vs_downloader "-sL" "-q -O - --no-check-certificate"` || return 1
if [ "$condense" = 'y' ]; then
eval $down $url $url2 | $perl -e '
eval $down $url $url2 | $perl -pe 's!</Key>!</Key>\n!g' | $perl -e '
$sep = "'$sep'";
$rexp = q`'$rexp'`;
$none = "'$none'";
Expand Down

0 comments on commit fb66c47

Please sign in to comment.