[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/25557] Breaks badly on solaris9 during build
From: |
pinskia at gcc dot gnu dot org |
Subject: |
[Bug classpath/25557] Breaks badly on solaris9 during build |
Date: |
31 Dec 2005 23:57:44 -0000 |
------- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-31 23:57 -------
Actually I believe Solaris's shell is broken and really should not be using sh
to run this shell script.
>From Solaris's man page for test:
file1 -ef file2
True if file1 and file2 exist and refer to the
same file. (Not available in sh.)
See how it says not available in sh, Solaris's sh is known not to be a
compliant POSIX shell at all.
And according to http://docs.hp.com/en/B2355-90046/ch24s29.html
test -ef is POSIX so that means this should not be running with Solaris's
/bin/sh at all.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25557