freebsd-dev/contrib/elftoolchain/strings
Ed Maste f8d647b44d strings: fix exit status if a file before the last one fails
Previously a command like "strings f1 f2 f3" reported the exit status
based only on processing the last file.

As with GNU strings, report an error exit status if an error was
encountered processing any of the files. While here simplify the
exit status handling to just success (0) / failure (1).

Reviewed by:	brooks
MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D8334
2016-10-26 17:07:53 +00:00
..
Makefile
os.NetBSD.mk Update ELF Tool Chain to upstream rev 3400 2016-02-12 20:54:02 +00:00
strings.1 Update ELF Tool Chain to upstream rev 3400 2016-02-12 20:54:02 +00:00
strings.c strings: fix exit status if a file before the last one fails 2016-10-26 17:07:53 +00:00