| Message ID | 20260119162140.3373757-3-michael.tremer@ipfire.org |
|---|---|
| State | New |
| Headers | |
| Series | [1/5] hostapd: Bring back support for 802.11g/a | |
Commit Message
diff --git a/src/initscripts/system/functions b/src/initscripts/system/functions index c4b7cb39e..757912eab 100644 --- a/src/initscripts/system/functions +++ b/src/initscripts/system/functions @@ -930,7 +930,7 @@ readhash() { # strip leading and trailing single quotes case "${val}" in - '*') + \'*\') val="${val#\'}" val="${val%\'}" ;;