Skip to content

Commit

Permalink
Fix missed unquoted @ in a string
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Sep 6, 2019
1 parent 8ab73c1 commit 2aed296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lib/NQP/Config/Rakudo.pm
Expand Up @@ -794,7 +794,7 @@ sub _m_comp_rr {
my $first_prereq = $self->cfg->cfg('make_first_prereq');
return $self->expand(<<TPL);
$text
\t\@echo @shquot(+++ Compiling\t\$@)@
\t\@echo \@shquot(+++ Compiling\t\$@)@
\t\@noecho@\@bpm(NQP_RR)@ \@bpm(NQP_FLAGS)@ --target=\@btarget@ --output=\$@ \@bpm(NQP_FLAGS_EXTRA)@ $first_prereq
TPL
}
Expand Down

0 comments on commit 2aed296

Please sign in to comment.