Debian jessy freeze

2014-08-30 Thread Gerrit Pape
you have any plans to release a version v0.5.8 soon? I'd be happy to sync with it and give it broader testing in Debian unstable. Regards, Gerrit. $ git shortlog origin/master..release+patches Gerrit Pape (10): import contents of upstream dash-0.5.3.tar.gz archive. import contents

[PATCH] [INPUT] exit 127 if command_file is given but doesn't exist

2010-06-14 Thread Gerrit Pape
was reported by Clint Adams and Jari Aalto through http://bugs.debian.org/548743 http://bugs.debian.org/548687 Signed-off-by: Gerrit Pape p...@smarden.org --- On Sat, Jun 05, 2010 at 06:06:51PM +0200, Jilles Tjoelker wrote: Debian's dash package has some local changes which cause an exit with code 127

wait regression in 3800d4

2010-05-19 Thread Gerrit Pape
Hi, since commit 3800d49 the wait builtin shows some unexpected behavior, see http://bugs.debian.org/581425 To reproduce: $ dash -c ' for i in 1 2 3; do (sleep $i; echo $i) done wait echo all done sleep 2' 1 all done 2 3 $ Expected output: 1 2 3 all done I don't completely

[PATCH] [MAN] rename sh to dash, update DESCRIPTION and HISTORY

2009-02-11 Thread Gerrit Pape
Rename sh to dash in the header and synopsis; remove reference to the 4.4 BSD release in the description, and replace the history information with a reference to NetBSD's ash. Suggested by jaalto through http://bugs.debian.org/499838 Signed-off-by: Gerrit Pape p...@smarden.org --- src/dash.1