projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
359da5e
)
ash: fix double comma in initializer
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 5 Dec 2009 01:01:25 +0000
(
02:01
+0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 5 Dec 2009 01:01:25 +0000
(
02:01
+0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c
patch
|
blob
|
history
diff --git
a/shell/ash.c
b/shell/ash.c
index e7cf7975f412f6fe516911969c7ad1b033f920eb..023294cbb40bb454a76c32d1a749cef011456054 100644
(file)
--- a/
shell/ash.c
+++ b/
shell/ash.c
@@
-100,9
+100,9
@@
static const char *const optletters_optnames[] = {
"a" "allexport",
"b" "notify",
"u" "nounset",
- "\0" "vi"
,
+ "\0" "vi"
#if ENABLE_ASH_BASH_COMPAT
- "\0" "pipefail"
+
,
"\0" "pipefail"
#endif
#if DEBUG
,"\0" "nolog"