Update of bug #55417 (project findutils):
Item Group: None => Wrong result
Status: None => Fixed
Assigned to: None => berny
Open/Closed: Open => Closed
Release: 4.5.11 => 4.6.0
_______________________________________________________
Follow-up Comment #1:
Nice catch. Thanks for the report.
Pushed into the web repo:
#55417: fix typo in example
With -execdir, the final ';' must be a separate argument:
- find -execdir sh -c 'something "$@"' sh {}\;
+ find -execdir sh -c 'something "$@"' sh {} \;
This seems to have been a problem with the HTML generation at that time,
because I cannot reproduce this with 'make html' on my system today.
* manual/html_mono/find.html (11.2.1 Problems with -exec and filenames):
Add a space before ";" as shown above.
* manual/html_node/find_html/Problems-with-_002dexec-and-filenames.html:
Likewise.
* manual/text/find.txt: Likewise.
Reported by Ahmad ElKomey in
https://sv.gnu.org/bugs/?55417
This change will be sync'ed to the web server in a couple
of minutes..hours.
Have a nice day,
Berny
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?55417>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/