This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

slowdown of command substitution in 1.5.13-1


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

mo12m@cb2284 ~
$ 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...

  matthias

Attachment: cygcheck.log
Description: cygcheck.log


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]