aboutsummaryrefslogtreecommitdiff
path: root/ash.c
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-08-01 17:21:35 +0000
committerMatt Kraai <kraai@debian.org>2001-08-01 17:21:35 +0000
commit2d91deba45d5a284614e06cc55e2be03599ca26d (patch)
tree0ba0d2096b4305465ddea8532a5931cb4c02b343 /ash.c
parent00344431402703089c6b93f6119f9966cc7ba566 (diff)
downloadbusybox-w32-2d91deba45d5a284614e06cc55e2be03599ca26d.tar.gz
busybox-w32-2d91deba45d5a284614e06cc55e2be03599ca26d.tar.bz2
busybox-w32-2d91deba45d5a284614e06cc55e2be03599ca26d.zip
Allow multiple shells to be enabled.
Diffstat (limited to 'ash.c')
-rw-r--r--ash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ash.c b/ash.c
index 15e1adb7c..b1aec6278 100644
--- a/ash.c
+++ b/ash.c
@@ -7638,7 +7638,7 @@ static void procargs (int, char **);
7638 */ 7638 */
7639 7639
7640int 7640int
7641shell_main(argc, argv) 7641ash_main(argc, argv)
7642 int argc; 7642 int argc;
7643 char **argv; 7643 char **argv;
7644{ 7644{
@@ -12874,7 +12874,7 @@ findvar(struct var **vpp, const char *name)
12874/* 12874/*
12875 * Copyright (c) 1999 Herbert Xu <herbert@debian.org> 12875 * Copyright (c) 1999 Herbert Xu <herbert@debian.org>
12876 * This file contains code for the times builtin. 12876 * This file contains code for the times builtin.
12877 * $Id: ash.c,v 1.15 2001/07/31 21:38:23 andersen Exp $ 12877 * $Id: ash.c,v 1.16 2001/08/01 17:21:33 kraai Exp $
12878 */ 12878 */
12879static int timescmd (int argc, char **argv) 12879static int timescmd (int argc, char **argv)
12880{ 12880{