commit | dd6f2caa51533d9b6d264a153650d456972ffc96 | [log] [tgz] |
---|---|---|
author | Mikhail Naganov <mnaganov@google.com> | Fri Jun 11 22:34:22 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jun 11 22:34:22 2021 +0000 |
tree | 2f76ad8456567fccb75ac9cf167781c9446d0e7f | |
parent | 889d7f5dd070f3c5d3f0bb851fec12348f22637c [diff] | |
parent | 64d5078865e891a091bbb010709636bd7b026168 [diff] |
audio: Fix parsing of arguments in the APM config update script am: b9e244dfc7 am: 188d6412b0 am: 228a7b1dc9 am: 64d5078865 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1734893 Change-Id: I0d6dbd7a9adfc4f8b053a2c5be235b7317eafc65
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."