We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4b3ff commit 4ee993eCopy full SHA for 4ee993e
plugins/envsetup
@@ -142,7 +142,7 @@ includes_packages() {
142
do_debootstrap() {
143
export target_dir="$1"
144
export arch="$2"
145
- local no_compression=false
+ local NO_COMPRESSION=false
146
147
includes_packages
148
foreign_arch "$arch"
@@ -175,7 +175,7 @@ do_debootstrap() {
175
do_second_stage "$target_dir" "$arch"
176
fi
177
178
- if ! $no_compression; then
+ if ! $NO_COMPRESSION; then
179
do_compress $chroot_dir
180
181
}
0 commit comments