Skip to content

Commit

Permalink
Bugfix: ant dist on jruby-head.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Dec 19, 2009
1 parent fc62742 commit 74be35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/manage
Expand Up @@ -290,7 +290,7 @@ RubyWrapper
(( $rvm_head_flag )) || __rvm_run "extract" "tar xzf $rvm_archives_path/$rvm_ruby_package_file.tar.gz -C $rvm_src_path" "Extracting $rvm_ruby_package_file ..."

builtin cd "$rvm_ruby_src_path"
__rvm_run "ant.dist" "ant dist"
if [[ ! -z "$rvm_head_flag" ]] ; then __rvm_run "ant.dist" "ant dist" ; fi

mkdir -p "$rvm_ruby_home/bin/"
__rvm_run "nailgun" "builtin cd "$rvm_ruby_src_path/tool/nailgun" && ./configure --prefix=$rvm_ruby_home && make $rvm_make_flags"
Expand Down

0 comments on commit 74be35b

Please sign in to comment.