Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jfredett committed May 16, 2012
1 parent a4ca83b commit 86a306e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/compile
Expand Up @@ -59,6 +59,7 @@ rbx_compile() {
install_base_gems() {
echo "----"
echo $PATH
ls $RBX_PREFIX/rubinius/bin
which ruby
echo "----"

Expand All @@ -83,7 +84,7 @@ init_environment() {

install_gem rake

export PATH="$RBX_PREFIX/rubinius/bin:$PATH"
export PATH="$RBX_PREFIX/rubinius/bin$PATH"
}

install_gems() {
Expand Down

0 comments on commit 86a306e

Please sign in to comment.