don't fail if BR2_USE_UPDATES tries to update non-checkout
[buildroot.git] / package / busybox / busybox-1.5.0-sed.patch
blob414883c86ff0fe5a6e3b1053df0c7a1f0d01d239
1 --- busybox-1.5.0/editors/sed.c Thu Mar 22 22:21:38 2007
2 +++ busybox-1.5.0-sed/editors/sed.c Fri Apr 13 22:10:24 2007
3 @@ -481,7 +481,7 @@
4 if (bbg.add_cmd_line) {
5 char *tp = xasprintf("%s\n%s", bbg.add_cmd_line, cmdstr);
6 free(bbg.add_cmd_line);
7 - bbg.add_cmd_line = tp;
8 + cmdstr = bbg.add_cmd_line = tp;
11 /* If this line ends with backslash, request next line. */