summaryrefslogtreecommitdiff
path: root/openwrt/package/busybox/patches
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-11-12 21:47:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-11-12 21:47:49 +0000
commitd4af85cbf384239a49fe256296dd9a6e440fad05 (patch)
treee056dd7319ab880da2fe401aaea24cde10715a93 /openwrt/package/busybox/patches
parentc80b7033d59f6ee38ca209eacedd9d0b20c5b1b8 (diff)
downloadmtk-20170518-d4af85cbf384239a49fe256296dd9a6e440fad05.zip
mtk-20170518-d4af85cbf384239a49fe256296dd9a6e440fad05.tar.gz
mtk-20170518-d4af85cbf384239a49fe256296dd9a6e440fad05.tar.bz2
fix stupid bug in my busybox ash performance patch
SVN-Revision: 2457
Diffstat (limited to 'openwrt/package/busybox/patches')
-rw-r--r--openwrt/package/busybox/patches/190-ash_performance.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/busybox/patches/190-ash_performance.patch b/openwrt/package/busybox/patches/190-ash_performance.patch
index 7f2954d..2231fd7 100644
--- a/openwrt/package/busybox/patches/190-ash_performance.patch
+++ b/openwrt/package/busybox/patches/190-ash_performance.patch
@@ -1,6 +1,6 @@
diff -urN busybox.old/shell/ash.c busybox.dev/shell/ash.c
---- busybox.old/shell/ash.c 2004-10-08 11:43:34.000000000 +0200
-+++ busybox.dev/shell/ash.c 2005-11-09 14:06:10.800983750 +0100
+--- busybox.old/shell/ash.c 2005-11-12 22:39:19.853826250 +0100
++++ busybox.dev/shell/ash.c 2005-11-12 22:39:42.771258500 +0100
@@ -1414,6 +1414,13 @@
#define NUMBUILTINS (sizeof (builtincmd) / sizeof (struct builtincmd) )
@@ -56,7 +56,7 @@ diff -urN busybox.old/shell/ash.c busybox.dev/shell/ash.c
+ while (*c != NULL) {
+ c++; argc++;
+ }
-+ bb_applet_name = "[";
++ bb_applet_name = cmd;
+ exit(a->main(argc, argv));
+ }
#ifdef CONFIG_FEATURE_SH_STANDALONE_SHELL