Skip to content

Commit 4ee993e

Browse files
variable name CAPS
1 parent 0a4b3ff commit 4ee993e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/envsetup

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ includes_packages() {
142142
do_debootstrap() {
143143
export target_dir="$1"
144144
export arch="$2"
145-
local no_compression=false
145+
local NO_COMPRESSION=false
146146

147147
includes_packages
148148
foreign_arch "$arch"
@@ -175,7 +175,7 @@ do_debootstrap() {
175175
do_second_stage "$target_dir" "$arch"
176176
fi
177177

178-
if ! $no_compression; then
178+
if ! $NO_COMPRESSION; then
179179
do_compress $chroot_dir
180180
fi
181181
}

0 commit comments

Comments
 (0)