aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMÃ¥rten Kongstad <amhk@google.com>2024-01-15 09:58:26 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-01-15 09:58:26 +0000
commitb6dd14c3771b60ccfb774614d0bc3e17b9e44b32 (patch)
tree8caf14bdd2828bc3557b30c2ab845618d56c4d1f
parentb440a59045c55f17ffd4fa1ff72507fbf3ec64e4 (diff)
parent4b2b5a6b20e984d08d999bcaee4ebb9e22423511 (diff)
downloadbazel-b6dd14c3771b60ccfb774614d0bc3e17b9e44b32.tar.gz
printflags: quote aconfig arguments am: 2bdbb880af am: be98901796 am: 4b2b5a6b20
Original change: https://android-review.googlesource.com/c/platform/build/bazel/+/2906957 Change-Id: I2bd791a0f0d712b0a52dec6e8072ea593a08011b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rwxr-xr-xbin/printflags2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/printflags b/bin/printflags
index 283bd095..feea76ab 100755
--- a/bin/printflags
+++ b/bin/printflags
@@ -22,4 +22,4 @@ if [[ ! -f "$aconfig" || ! -f "$flags_file" ]]; then
echo "Missing dependencies: please run 'm all_aconfig_declarations' and try again."
exit 1
fi
-$aconfig dump-cache --cache $flags_file $@
+$aconfig dump-cache --cache "$flags_file" "$@"