Fix quoting in sending the NOMATCH event to devmatch
The NOMATCH event was previously quoted to protect it from shell expansion. However, that quoting now interferes with the quoting devd is doing. Quote to protect just the ?.
This commit is contained in:
parent
f59e535254
commit
0a463958e7
@ -9,7 +9,7 @@
|
||||
#
|
||||
# Generic NOMATCH event
|
||||
nomatch 100 {
|
||||
action "service devmatch quietstart '?$_'";
|
||||
action "service devmatch quietstart '?'$_";
|
||||
};
|
||||
|
||||
# Add the following to devd.conf to prevent this from running:
|
||||
|
Loading…
Reference in New Issue
Block a user