Skip to content

Commit 6effcb2

Browse files
fix compressor
1 parent 1202f8d commit 6effcb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/envsetup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ includes_packages() {
165165
do_debootstrap() {
166166
export target_dir="$1"
167167
export arch="$2"
168-
local NO_COMPRESSION=false
168+
local NO_COMPRESSION
169169

170170
includes_packages
171171
foreign_arch "$arch"

0 commit comments

Comments
 (0)