Skip to content

Commit 92190fc

Browse files
committed
[toqast] fix thinko
1 parent 978c680 commit 92190fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/rebuild-toqast.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
system('make', 'install')
3939
and die $?;
4040
chdir "$qhome/nqp";
41-
system($^X, 'Configure.pl', '--with-parrot=$home/install/bin/parrot');
41+
system($^X, 'Configure.pl', "--with-parrot=$home/install/bin/parrot");
4242
system('make', 'install') and die $?;
4343
chdir "${home}toqast";
4444
system($^X, 'Configure.pl');

0 commit comments

Comments
 (0)