Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

make check fails for sharutils-4.13.3

2 views
Skip to first unread message

Shigeharu TAKENO

unread,
Feb 7, 2013, 5:01:53 AM2/7/13
to bug-gn...@gnu.org
shige 02/07 2013
----------------

On Solaris 2, make check for sharutils-4.13.3 fails because
"bash" specific command is used in /bin/sh script tests/shar-2.
/bin/sh may be equal to bash on most linux, but not on Solaris.

I avoided it by editing the line "cd -" to "cd .." in
tests/shar-2.

+========================================================+
Shigeharu TAKENO NIigata Institute of Technology
kashiwazaki,Niigata 945-1195 JAPAN
sh...@iee.niit.ac.jp TEL(&FAX): +81-257-22-8161
+========================================================+

Bruce Korb

unread,
Feb 7, 2013, 3:07:32 PM2/7/13
to Shigeharu TAKENO, bug-gn...@gnu.org
On 02/07/13 02:01, Shigeharu TAKENO wrote:
> shige 02/07 2013
> ----------------
>
> On Solaris 2, make check for sharutils-4.13.3 fails because
> "bash" specific command is used in /bin/sh script tests/shar-2.
> /bin/sh may be equal to bash on most linux, but not on Solaris.
>
> I avoided it by editing the line "cd -" to "cd .." in
> tests/shar-2.

Thank you.

0 new messages