Re: Frozen state generation fails with returncode 0
Eric Blake wrote : According to Jean-Charles Longuet on 5/21/2008 2:10 PM: | | When m4 fails to open() the frozen state file, it complains | but the process exit code is still 0. However, the same function | may trigger failures leading to a non-zero process exit code, | for example when the
Frozen state generation fails with returncode 0
status, errno, "%s", name)); - return; + abort (); } /* Write a recognizable header. */ -- Jean-Charles Longuet