because 'xargs -0 openssl sha1' forks openssl with an empty argument list.
Adding the gnu xargs flag -r (--no-run-if-empty) suppresses the problem. -- Archive: http://www.mail-archive.com/[email protected]/ To unsubscribe: mailto:[EMAIL PROTECTED]
because 'xargs -0 openssl sha1' forks openssl with an empty argument list.
Adding the gnu xargs flag -r (--no-run-if-empty) suppresses the problem. -- Archive: http://www.mail-archive.com/[email protected]/ To unsubscribe: mailto:[EMAIL PROTECTED]