On Thu, Mar 03, 2005 at 04:04:15PM +0100, Morche Matthias wrote: >My /etc/profile now runs very slow. > >I've tracked it down to: > >$ time echo 1 >1 > >real 0m0.000s >user 0m0.000s >sys 0m0.000s > >[EMAIL PROTECTED] ~ >$ time echo `echo 1` >1 > >real 0m10.591s >user 0m0.015s >sys 0m0.031s >... > >There seems to be something broken with the $() and `` command >substitution using bash with 1.5.13-1...
1) WFM. 2) Why are you sending general cygwin problems to the cygwin-xfree mailing list? Please send the output of: strace -ofoo bash echo `echo 1` exit to the cygwin list.
