Package: dash
Version: 0.5.5.1-5
Severity: normal

I found some more oddness with 'wait' that I can reproduce. The
following script:

  for i in 1 2 3; do
    (sleep $i; echo $i) &
  done
  wait
  echo all done

produces different output in 0.5.5.1-3 and 0.5.5.1-5. With 0.5.5.1-3 (or
bash), it gives the correct:

  1
  2
  3
  all done

but with 0.5.5.1-5, I get:

  1
  all done
  [script exits]
  2
  3

I can also reproduce Enrico's failure here, if that helps.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dash depends on:
ii  debianutils                   3.2.3      Miscellaneous utilities specific t
ii  dpkg                          1.15.7.1   Debian package management system
ii  libc6                         2.10.2-8   Embedded GNU C Library: Shared lib

dash recommends no packages.

dash suggests no packages.

-- debconf information:
* dash/sh: true



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to