n Lock: Any
Fixed Release: None
___
Follow-up Comments:
---
Date: Sun 30 Jul 2023 05:54:15 AM UTC By: Sebastian Carlos
Hello,
It would be nice to have an option to exclude the
n
Release: 4.9.0
Discussion Lock: Any
Fixed Release: None
___
Follow-up Comments:
---
Date: Thu 27 Jul 2023 07:02:29 AM UTC By: Sebastian Carlos
Hello,
Follow-up Comment #5, bug #19374 (project findutils):
Indeed, the patches don't work because they miss a critical unquoted variable,
"arg".
The following patch should work:
-val=`echo $arg|sed 's/^[^=]*=\(.*\)/\1/'` || exit 71
+val=`echo "$arg"|sed 's/^[^=]*=\(.*\)/\1/'` || exit 71
[...]
- for