Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Suspend running parrot backend
  • Loading branch information
coke committed Feb 24, 2015
1 parent 3cc1541 commit 04ebc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/star.sh
Expand Up @@ -10,7 +10,7 @@ REPO_DIR=`pwd`/repos

# start fresh

for impl in MoarVM parrot jvm; do
for impl in MoarVM jvm; do
cd $TOP_DIR;
rm -rf star-$impl
git clone $REPO_DIR/star.git star-$impl
Expand Down

0 comments on commit 04ebc4c

Please sign in to comment.