Skip to content

Commit

Permalink
Remove stray '--' from valgrind runner's moar command line.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed May 15, 2019
1 parent ee2297b commit 9ba51a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/templates/moar/perl6-valgrind-m.in
Expand Up @@ -15,5 +15,5 @@ say "running on $*DISTRO.gist() / $*KERNEL.gist()";
say "-" x 96;
)@

valgrind ${MVM_VALGRIND_OPTS} "@expand(@MOAR@)@" -- @expand(@runner_opts@)@ "$@"
valgrind ${MVM_VALGRIND_OPTS} "@expand(@MOAR@)@" @expand(@runner_opts@)@ "$@"

0 comments on commit 9ba51a8

Please sign in to comment.