diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-08-10 15:22:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-08-10 15:22:35 +0000 |
commit | e20b7d844a4579a93492680c5ade0c07d8349aaf (patch) | |
tree | 7a91fff5e2673dcb7260568949dd1855ea10d69f | |
parent | a7cecbc9170eed93d365c0c38e8ba1477ab0a40c (diff) | |
download | busybox-w32-e20b7d844a4579a93492680c5ade0c07d8349aaf.tar.gz busybox-w32-e20b7d844a4579a93492680c5ade0c07d8349aaf.tar.bz2 busybox-w32-e20b7d844a4579a93492680c5ade0c07d8349aaf.zip |
Fix stupid grammar error.
-rw-r--r-- | ash.c | 4 | ||||
-rw-r--r-- | shell/ash.c | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -58,7 +58,7 @@ | |||
58 | /* Getopts is used by shell procedures to parse positional parameters. | 58 | /* Getopts is used by shell procedures to parse positional parameters. |
59 | * You probably want to leave this disabled, and use the busybox getopt | 59 | * You probably want to leave this disabled, and use the busybox getopt |
60 | * applet if you want to do this sort of thing. There are some scripts | 60 | * applet if you want to do this sort of thing. There are some scripts |
61 | * out there that use it, so it you need it, enable. Most people will | 61 | * out there that use it, so if you need it, enable it. Most people will |
62 | * leave this disabled. This adds 1k on an x86 system. */ | 62 | * leave this disabled. This adds 1k on an x86 system. */ |
63 | #undef ASH_GETOPTS | 63 | #undef ASH_GETOPTS |
64 | 64 | ||
@@ -12785,7 +12785,7 @@ findvar(struct var **vpp, const char *name) | |||
12785 | /* | 12785 | /* |
12786 | * Copyright (c) 1999 Herbert Xu <herbert@debian.org> | 12786 | * Copyright (c) 1999 Herbert Xu <herbert@debian.org> |
12787 | * This file contains code for the times builtin. | 12787 | * This file contains code for the times builtin. |
12788 | * $Id: ash.c,v 1.17 2001/08/02 05:02:45 andersen Exp $ | 12788 | * $Id: ash.c,v 1.18 2001/08/10 15:22:35 andersen Exp $ |
12789 | */ | 12789 | */ |
12790 | static int timescmd (int argc, char **argv) | 12790 | static int timescmd (int argc, char **argv) |
12791 | { | 12791 | { |
diff --git a/shell/ash.c b/shell/ash.c index bcd12f106..1d597a66f 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -58,7 +58,7 @@ | |||
58 | /* Getopts is used by shell procedures to parse positional parameters. | 58 | /* Getopts is used by shell procedures to parse positional parameters. |
59 | * You probably want to leave this disabled, and use the busybox getopt | 59 | * You probably want to leave this disabled, and use the busybox getopt |
60 | * applet if you want to do this sort of thing. There are some scripts | 60 | * applet if you want to do this sort of thing. There are some scripts |
61 | * out there that use it, so it you need it, enable. Most people will | 61 | * out there that use it, so if you need it, enable it. Most people will |
62 | * leave this disabled. This adds 1k on an x86 system. */ | 62 | * leave this disabled. This adds 1k on an x86 system. */ |
63 | #undef ASH_GETOPTS | 63 | #undef ASH_GETOPTS |
64 | 64 | ||
@@ -12785,7 +12785,7 @@ findvar(struct var **vpp, const char *name) | |||
12785 | /* | 12785 | /* |
12786 | * Copyright (c) 1999 Herbert Xu <herbert@debian.org> | 12786 | * Copyright (c) 1999 Herbert Xu <herbert@debian.org> |
12787 | * This file contains code for the times builtin. | 12787 | * This file contains code for the times builtin. |
12788 | * $Id: ash.c,v 1.17 2001/08/02 05:02:45 andersen Exp $ | 12788 | * $Id: ash.c,v 1.18 2001/08/10 15:22:35 andersen Exp $ |
12789 | */ | 12789 | */ |
12790 | static int timescmd (int argc, char **argv) | 12790 | static int timescmd (int argc, char **argv) |
12791 | { | 12791 | { |