Collin Funk wrote: > Here is some output on Solaris 10 (cfarm210): > > $ echo $SHELL > /bin/sh > $ type false > false is /usr/bin/false > $ false; echo $? > 255
We have already documented it in the Autoconf manual, chapter "Portable Shell Programming": https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.73/html_node/Limitations-of-Builtins.html Bruno
