aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" "$@"