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 bce7902 commit 30ed0e6Copy full SHA for 30ed0e6
plugins/envsetup
@@ -234,7 +234,7 @@ includes_packages() {
234
export includes
235
x=0
236
for item in $includes; do
237
- include_final="$item"
+ #include_final="$item"
238
((x = x + 1))
239
done
240
shout "$x includes processed "
@@ -304,7 +304,7 @@ do_build() {
304
$FOREIGN \
305
--arch="$arch" \
306
--no-check-gpg \
307
- --include="${include_final}" \
+ --include="${includes}" \
308
"$suite" \
309
"$target_dir" \
310
$MIRROR
0 commit comments