This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
gccbug.in bug: Solaris sh doesn't support "set -C"
- To: gcc-bugs at gcc dot gnu dot org
- Subject: gccbug.in bug: Solaris sh doesn't support "set -C"
- From: Dan Nicolaescu <dann at godzilla dot ICS dot UCI dot EDU>
- Date: Tue, 03 Apr 2001 10:22:52 -0700
The /bin/sh shell in Solaris2.7 does not support "set -C" that is used
in gccbug.in, it gives an error and exits the script.
The /usr/xpg4/bin/sh shell supports it though...