Skip to content

Commit a49866c

Browse files
committed
Use --decompress instead of -decompress
Oops. Fixes annoying warnings.
1 parent 0d9ece4 commit a49866c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Whateverable.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ sub run-smth($full-commit-hash, $code, :$backend=‘rakudo-moar’) is export {
410410
}
411411
} else {
412412
die lrzip is not installed unless run :err(Nil), <lrzip --version>; # check that lrzip is available
413-
my $proc = run :out, :bin, <lrzip -decompress --quiet --outfile - -->, $archive-link;
413+
my $proc = run :out, :bin, <lrzip --decompress --quiet --outfile - -->, $archive-link;
414414
run :in($proc.out), :bin, <tar --extract --absolute-names -->, $build-path;
415415
}
416416

0 commit comments

Comments
 (0)