Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Oct 20, 2014
1 parent 135314e commit a42b9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/doit
Expand Up @@ -6,7 +6,7 @@ nice -20 ./bin/rakudo.parrot.sh
nice -20 ./bin/rakudo.jvm.sh
TEMPFILE="TEMPFILE"
PASSFILE="perl6_pass_rates.csv"
OUTPUT=`perl /bin/cull`
OUTPUT=`perl ./bin/cull`
HEADER=`head -1 $PASSFILE`
echo "$HEADER" > $TEMPFILE
echo "$OUTPUT" >> $TEMPFILE
Expand Down

0 comments on commit a42b9c3

Please sign in to comment.