Revision: 3498
          http://sourceforge.net/p/elftoolchain/code/3498
Author:   emaste
Date:     2016-10-26 19:25:13 +0000 (Wed, 26 Oct 2016)
Log Message:
-----------
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:    bro...@freebsd.org, kaiw

Modified Paths:
--------------
    trunk/strings/strings.c

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik
_______________________________________________
Elftoolchain-vcs-changes mailing list
Elftoolchain-vcs-changes@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/elftoolchain-vcs-changes

Reply via email to