Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
combine clone/checkout
benabik++
  • Loading branch information
coke committed Jan 3, 2014
1 parent c667117 commit 632bd75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/rakudo.moar.sh
Expand Up @@ -4,9 +4,8 @@
PATH=/usr/local/bin:$PATH

rm -rf rakudo.moar
git clone git://github.com/rakudo/rakudo.git rakudo.moar
git clone -b moar-support git://github.com/rakudo/rakudo.git rakudo.moar
cd rakudo.moar
git checkout moar-support
ln -s ../../roast t/spec
perl Configure.pl --backends=moar --gen-moar=master --gen-nqp=master
make all
Expand Down

0 comments on commit 632bd75

Please sign in to comment.