summaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/000-upstream-hush.patch
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-06-16 13:24:11 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-06-16 13:24:11 +0000
commit8a27bf15dc9b689fce5b201b453dbbce7a94317f (patch)
treebb00c1c2e4bbc56053e65f7f5756cf330805eb45 /package/busybox/patches/000-upstream-hush.patch
parentea95e2b3fcb035251a7f15eb6dd3f975672e6533 (diff)
package/busybox: update to 1.16.2 (bug fix release)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21813 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/patches/000-upstream-hush.patch')
-rw-r--r--package/busybox/patches/000-upstream-hush.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/busybox/patches/000-upstream-hush.patch b/package/busybox/patches/000-upstream-hush.patch
deleted file mode 100644
index 1e038bf99..000000000
--- a/package/busybox/patches/000-upstream-hush.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/shell/hush.c
-+++ b/shell/hush.c
-@@ -6944,7 +6944,7 @@ int hush_main(int argc, char **argv)
- /* -c 'script' (no params): prevent empty $0 */
- G.global_argv--; /* points to argv[i] of 'script' */
- G.global_argv[0] = argv[0];
-- G.global_argc--;
-+ G.global_argc++;
- } /* else -c 'script' ARG0 [ARG1...]: $0 is ARG0 */
- init_sigmasks();
- parse_and_run_string(optarg);