projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
781b672
)
stop lying about [[ test support
author
Mike Frysinger
<vapier@gentoo.org>
Sat, 28 Mar 2009 12:21:57 +0000
(12:21 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sat, 28 Mar 2009 12:21:57 +0000
(12:21 -0000)
shell/hush.c
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index
ad66200
..
51df2d6
100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-549,7
+549,6
@@
static const struct built_in_command bltins[] = {
BLTIN("." , builtin_source, "Run commands in a file"),
BLTIN(":" , builtin_true, "No-op"),
BLTIN("[" , builtin_test, "Test condition"),
- BLTIN("[[" , builtin_test, "Test condition"),
#if ENABLE_HUSH_JOB
BLTIN("bg" , builtin_fg_bg, "Resume a job in the background"),
#endif