Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jfredett committed May 13, 2012
1 parent 60e1887 commit 48e64da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/compile
Expand Up @@ -67,7 +67,7 @@ install_rbx() {
}

rbx_compile() {
ruby configure --prefix $CACHE/rbx --default-version 1.9
ruby configure --prefix $CACHE --default-version 1.9
rake install
} &>/dev/null

Expand Down Expand Up @@ -111,7 +111,7 @@ rbx_compile() {

set -e

#set -x
set -x

VERBOSE=
RBX_URL=https://github.com/rubinius/rubinius/tarball
Expand Down

0 comments on commit 48e64da

Please sign in to comment.