commit | 64d5078865e891a091bbb010709636bd7b026168 | [log] [tgz] |
---|---|---|
author | Mikhail Naganov <mnaganov@google.com> | Fri Jun 11 22:20:18 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jun 11 22:20:18 2021 +0000 |
tree | b8f0526cac111f6d1ad20ff0aaeb6d9213e7b36c | |
parent | 4a9e59651e6b8233f1c516940e24be12462ee189 [diff] | |
parent | 228a7b1dc9ccd2d64716df6a0afee5a572fbdb0f [diff] |
audio: Fix parsing of arguments in the APM config update script am: b9e244dfc7 am: 188d6412b0 am: 228a7b1dc9 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1734893 Change-Id: I3093ca4e01ba11fb6debcde0fdceb18999533ff5
diff --git a/audio/7.0/config/update_audio_policy_config.sh b/audio/7.0/config/update_audio_policy_config.sh index 159fa35..c475dd1 100755 --- a/audio/7.0/config/update_audio_policy_config.sh +++ b/audio/7.0/config/update_audio_policy_config.sh
@@ -41,7 +41,7 @@ set -euo pipefail -if (echo "$@" | grep -qe -h); then +if (echo "$@" | grep -qe "^-h"); then echo "This script will update Audio Policy Manager config file" echo "to the format required by V7.0 XSD schema from a previous" echo "version."