mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
audio: Fix parsing of arguments in the APM config update script am: b9e244dfc7 am: 188d6412b0
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1734893 Change-Id: Ie50832619be016f65074485dea184cc1c692eb83
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user