diff options
author | Eric Andersen | 2001-06-28 16:43:57 +0000 |
---|---|---|
committer | Eric Andersen | 2001-06-28 16:43:57 +0000 |
commit | ec23c4920f0c4ba6854a4fb62497fe9519f79361 (patch) | |
tree | 2570ca3af54d86de2fda976f00f5349bf013199e /shell | |
parent | df82f611c8b1113938a652d630b89e4c8459fd14 (diff) | |
download | busybox-ec23c4920f0c4ba6854a4fb62497fe9519f79361.zip busybox-ec23c4920f0c4ba6854a4fb62497fe9519f79361.tar.gz |
Remove vodz from credits, per his request
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ash.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/shell/ash.c b/shell/ash.c index 90725a1..7d394b6 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -25,9 +25,7 @@ * This version of ash is adapted from the source in Debian's ash 0.3.8-5 * package. * - * Modified by Erik Andersen <andersee@debian.org> to be used in - * busybox, based in part on prior work done by Vladimir Oleynik - * <vodz@usa.net> + * Modified by Erik Andersen <andersee@debian.org> to be used in busybox. * * Original copyright notice is retained at the end of this file. */ @@ -13417,7 +13415,7 @@ findvar(struct var **vpp, const char *name) /* * Copyright (c) 1999 Herbert Xu <herbert@debian.org> * This file contains code for the times builtin. - * $Id: ash.c,v 1.2 2001/06/28 07:46:40 andersen Exp $ + * $Id: ash.c,v 1.3 2001/06/28 16:43:57 andersen Exp $ */ static int timescmd (int argc, char **argv) { |