summaryrefslogtreecommitdiff
path: root/package/busybox/busybox-1.14.1-ash.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-06-24 11:26:05 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-06-24 11:26:05 +0200
commite616c68acc2fff72d5ab1bbf90b5736d61f2e40e (patch)
tree506fa45d50813307e92cff4eb60db708831a9f69 /package/busybox/busybox-1.14.1-ash.patch
parente61606ad39735000e66b6048d9be1b9d27c36bd0 (diff)
busybox: bump 1.14.x version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/busybox/busybox-1.14.1-ash.patch')
-rw-r--r--package/busybox/busybox-1.14.1-ash.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/busybox/busybox-1.14.1-ash.patch b/package/busybox/busybox-1.14.1-ash.patch
deleted file mode 100644
index eee054239..000000000
--- a/package/busybox/busybox-1.14.1-ash.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -urpN busybox-1.14.1/shell/ash.c busybox-1.14.1-ash/shell/ash.c
---- busybox-1.14.1/shell/ash.c 2009-05-27 18:00:23.000000000 +0200
-+++ busybox-1.14.1-ash/shell/ash.c 2009-06-14 19:44:24.000000000 +0200
-@@ -11909,7 +11909,8 @@ find_dot_file(char *name)
- */
- return fullname;
- }
-- stunalloc(fullname);
-+ if (fullname != name)
-+ stunalloc(fullname);
- }
-
- /* not found in the PATH */