The documentation for M4 says that `syscmd' does not expand to the command's output or error. But when I run `syscmd', if the command gives an error, the error shows up. This differs from documented behavior, so it is a bug. Test code:
syscmd(`cat nonexistant-file')dnl It should display an ENOENT error message on M4 output. This is a bug. Samuel Lauber -- _____________________________________________________________ Web-based SMS services available at http://www.operamail.com. From your mailbox to local or overseas cell phones. Powered by Outblaze _______________________________________________ Bug-m4 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-m4
