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 3579555 commit 018b055Copy full SHA for 018b055
engine/docker/bob-core/build-root.sh
@@ -309,14 +309,12 @@ function update_use() {
309
flaggie_args=()
310
[[ "${BOB_PACKAGE_CONFIG_DIFF}" == 'false' ]] && flaggie_args+=('--no-diff')
311
[[ "${BOB_PACKAGE_CONFIG_STRICT}" == 'false' ]] && flaggie_args+=('--force')
312
- # shellcheck disable=SC2068
313
- flaggie "${flaggie_args[@]}" ${@}
+ flaggie "${flaggie_args[@]}" "${@}"
314
}
315
316
# Just for better readability of build.sh
317
function update_keywords() {
318
319
- update_use ${@}
+ update_use "${@}"
320
321
322
function mask_package() {
0 commit comments