diff options
author | obache <obache@pkgsrc.org> | 2008-12-13 14:14:49 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-12-13 14:14:49 +0000 |
commit | ab79d87bc63e3542558192a83fdc9cf14b92bca2 (patch) | |
tree | 2c64e36a8fbe6d14b2fc753e62f905fc9e160291 /shells | |
parent | 3d6d04a40e83ee7e8c606fed34d2d6671afd9380 (diff) | |
download | pkgsrc-ab79d87bc63e3542558192a83fdc9cf14b92bca2.tar.gz |
Update osh to 20081213, by maintainer's update request via PR 40157.
Upstream changes between osh-20081122 and osh-20081213 follow.
osh.c:
This release changes the effect of the `-v' command-line option so that,
in addition to printing non-blank command lines to the standard error,
it also prints each blank/empty command line as an empty line.
fd2.c, util.c:
This release changes the fd2 `-e' command-line option so that it
reflects the documented behavior. For example, this change causes
invocation of `fd2 -ef file command' to redirect both conventional
output and diagnostic output from "command" to "file".
Diffstat (limited to 'shells')
-rw-r--r-- | shells/osh/Makefile | 4 | ||||
-rw-r--r-- | shells/osh/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile index a0e6fcb5c00..1c34cc16fba 100644 --- a/shells/osh/Makefile +++ b/shells/osh/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2008/11/23 03:26:14 reed Exp $ +# $NetBSD: Makefile,v 1.23 2008/12/13 14:14:49 obache Exp $ -DISTNAME= osh-20081122 +DISTNAME= osh-20081213 CATEGORIES= shells MASTER_SITES= http://v6shell.org/src/ diff --git a/shells/osh/distinfo b/shells/osh/distinfo index 4ae712bc129..6d7087f2418 100644 --- a/shells/osh/distinfo +++ b/shells/osh/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2008/11/23 03:26:14 reed Exp $ +$NetBSD: distinfo,v 1.13 2008/12/13 14:14:49 obache Exp $ -SHA1 (osh-20081122.tar.gz) = e0caff3904e253aa76836eb12f36915e08298080 -RMD160 (osh-20081122.tar.gz) = ca055f45178109ff8a71912451bb5697468d9fbb -Size (osh-20081122.tar.gz) = 94109 bytes +SHA1 (osh-20081213.tar.gz) = a097e9ae2ec1de640e4d559b0b6432a2aa2ed06f +RMD160 (osh-20081213.tar.gz) = e91a58210c26b0cc7a741745572d3195d09199e4 +Size (osh-20081213.tar.gz) = 94333 bytes |