From a49866c33d43f1572f28d08b5da25cd3db6a561f Mon Sep 17 00:00:00 2001 From: Aleks-Daniel Jakimenko-Aleksejev Date: Thu, 31 May 2018 22:37:38 +0300 Subject: [PATCH] Use --decompress instead of -decompress Oops. Fixes annoying warnings. --- lib/Whateverable.pm6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Whateverable.pm6 b/lib/Whateverable.pm6 index 83a8e2d..fc8daad 100644 --- a/lib/Whateverable.pm6 +++ b/lib/Whateverable.pm6 @@ -410,7 +410,7 @@ sub run-smth($full-commit-hash, $code, :$backend=‘rakudo-moar’) is export { } } else { die ‘lrzip is not installed’ unless run :err(Nil), ; # check that lrzip is available - my $proc = run :out, :bin, , $archive-link; + my $proc = run :out, :bin, , $archive-link; run :in($proc.out), :bin, , $build-path; }