diff options
author | obache <obache> | 2009-05-30 12:49:44 +0000 |
---|---|---|
committer | obache <obache> | 2009-05-30 12:49:44 +0000 |
commit | 5d4f7a625f2f4c78f320815221e019764b6a1f3d (patch) | |
tree | 8151d3f87b9a286cca99b61eb6ad501dd9015894 /shells | |
parent | 13ce0f815339e58cc6f05837e48cc925bb912776 (diff) | |
download | pkgsrc-5d4f7a625f2f4c78f320815221e019764b6a1f3d.tar.gz |
Update osh to 20090527, per maintainer update request by PR#41509.
Upstream changes between osh-20081213 and osh-20090527 follow:
osh bug fixes:
1) This release fixes an `echo' bug that causes `echo ""' to print an
unnecessary diagnostic.
2) It also fixes a `sigign' bug that can cause incorrect signal ignoring
behavior for subshells.
New osh features:
1) This release adds `cd' as a synonym for the `chdir' special command.
2) It also adds $m as a special parameter for the value of the MANPATH
environment variable.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/osh/DESCR | 4 | ||||
-rw-r--r-- | shells/osh/Makefile | 4 | ||||
-rw-r--r-- | shells/osh/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/shells/osh/DESCR b/shells/osh/DESCR index 214843417e1..463e538e7a8 100644 --- a/shells/osh/DESCR +++ b/shells/osh/DESCR @@ -1,5 +1,5 @@ Osh is an enhanced, backward-compatible port of the original sh(1) -which was used as the standard command interpreter through Sixth +that was used as the standard command interpreter through Sixth Edition UNIX. It was also distributed with Seventh Edition UNIX as osh. Its command language is a predecessor and subset of that -which is found in the Bourne shell and C shell. +found in the Bourne shell and C shell. diff --git a/shells/osh/Makefile b/shells/osh/Makefile index 1c34cc16fba..2a3be21463d 100644 --- a/shells/osh/Makefile +++ b/shells/osh/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2008/12/13 14:14:49 obache Exp $ +# $NetBSD: Makefile,v 1.24 2009/05/30 12:49:44 obache Exp $ -DISTNAME= osh-20081213 +DISTNAME= osh-20090527 CATEGORIES= shells MASTER_SITES= http://v6shell.org/src/ diff --git a/shells/osh/distinfo b/shells/osh/distinfo index 6d7087f2418..c261ccdd461 100644 --- a/shells/osh/distinfo +++ b/shells/osh/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2008/12/13 14:14:49 obache Exp $ +$NetBSD: distinfo,v 1.14 2009/05/30 12:49:44 obache Exp $ -SHA1 (osh-20081213.tar.gz) = a097e9ae2ec1de640e4d559b0b6432a2aa2ed06f -RMD160 (osh-20081213.tar.gz) = e91a58210c26b0cc7a741745572d3195d09199e4 -Size (osh-20081213.tar.gz) = 94333 bytes +SHA1 (osh-20090527.tar.gz) = e13dabfc254c0dd083a9a0674a11730d3afd8eff +RMD160 (osh-20090527.tar.gz) = 24e83098888d8c4c512462abc84d0b2cf5264e5c +Size (osh-20090527.tar.gz) = 92440 bytes |