diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-03-28 12:21:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-03-28 12:21:57 +0000 |
commit | 39456a18a104b228de240b265bd943251219849d (patch) | |
tree | f3521aaa14de11557dec00b09c642ae8020c2d9d | |
parent | 781b672b372ade5c1903adbdc4de8dcb16a29a37 (diff) | |
download | busybox-w32-39456a18a104b228de240b265bd943251219849d.tar.gz busybox-w32-39456a18a104b228de240b265bd943251219849d.tar.bz2 busybox-w32-39456a18a104b228de240b265bd943251219849d.zip |
stop lying about [[ test support
-rw-r--r-- | shell/hush.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index ad662000a..51df2d6dc 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -549,7 +549,6 @@ static const struct built_in_command bltins[] = { | |||
549 | BLTIN("." , builtin_source, "Run commands in a file"), | 549 | BLTIN("." , builtin_source, "Run commands in a file"), |
550 | BLTIN(":" , builtin_true, "No-op"), | 550 | BLTIN(":" , builtin_true, "No-op"), |
551 | BLTIN("[" , builtin_test, "Test condition"), | 551 | BLTIN("[" , builtin_test, "Test condition"), |
552 | BLTIN("[[" , builtin_test, "Test condition"), | ||
553 | #if ENABLE_HUSH_JOB | 552 | #if ENABLE_HUSH_JOB |
554 | BLTIN("bg" , builtin_fg_bg, "Resume a job in the background"), | 553 | BLTIN("bg" , builtin_fg_bg, "Resume a job in the background"), |
555 | #endif | 554 | #endif |