Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd6f2caa authored by Mikhail Naganov's avatar Mikhail Naganov Committed by Automerger Merge Worker
Browse files

audio: Fix parsing of arguments in the APM config update script am: b9e244df...

audio: Fix parsing of arguments in the APM config update script am: b9e244df am: 188d6412 am: 228a7b1d am: 64d50788

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1734893

Change-Id: I0d6dbd7a9adfc4f8b053a2c5be235b7317eafc65
parents 889d7f5d 64d50788
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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."