In regard to: Re: FYI: ksh bug on Tru64 UNIX causes current libtool...:
* Ralf Wildenhues wrote on Wed, Jul 06, 2005 at 05:08:11AM CEST:
This is a gentle reminder that this issue with Libtool HEAD/branch-2-0
on Tru64 sh is still unsolved. It'd be nice to get a solution into the
next 2.0 release candidate, should such a solution exist.
Stupid question: Does Tru64 sh need `^' quoted? The one Solaris one
does. I.e., does
echo Xbla | sed 1s,^X,,
work there? (Libtool currently does not quote this consistently.)
I haven't seen any responses to this, so I will: it does need it quoted:
05:00 PM dogbert ~$PS1='$ ' /bin/sh
$ echo Xbla | sed 1s,^X,,
X,,: not found
$ sed: Function 1s, cannot be parsed.
$ exit
Tim
--
Tim Mooney [EMAIL PROTECTED]
Information Technology Services (701) 231-1076 (Voice)
Room 242-J6, IACC Building (701) 231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164
_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool