Skip to content

Commit 888755f

Browse files
author
Christophe Delord
committed
remove useless variable
1 parent 2d889b8 commit 888755f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-release.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var "release" "$builddir/release"
3131

3232
rule "release-tar" {
3333
description = "tar $out",
34-
command = "GZIP_OPT=-6 tar -caf $out $in --transform='s#$prefix#$dest#'",
34+
command = "tar -caf $out $in --transform='s#$prefix#$dest#'",
3535
}
3636

3737
return function(t)

0 commit comments

Comments
 (0)