[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#8021: bootstrap failed on solaris10
From: |
jeff.liu |
Subject: |
bug#8021: bootstrap failed on solaris10 |
Date: |
Sat, 12 Feb 2011 17:39:46 +0800 |
User-agent: |
Thunderbird 2.0.0.14 (X11/20080505) |
Jim Meyering wrote:
> Jeff liu wrote:
>> I was ran into a wired issue when running `bootstrap` on solaris10
>> with bash-3.00,
>> bash-3.00# ./bootstrap
>> ./bootstrap: syntax error at line 328: `p1=$' unexpected
>
> Try "bash ./bootstrap".
> Otherwise, bootstrap uses /bin/sh, which (on that system)
> doesn't know about the $(...) syntax.
Thanks Jim! Now it works for me.
-Jeff
>
>> bash-3.00# uname -a
>> SunOS pibroch 5.10 Generic_142910-17 i86pc i386 i86pc
>>
>> Coreutils is cloned from upstream, I am intend to try it on Solaris
>> for sparse file copy through lseek.