base-files: make postinst script run inside a subshell
[openwrt/staging/chunkeey.git] / package / network / utils / nftables / patches / 100-no-interactive.patch
index 47eb32c1c8b241294bc412d1400bafb1747a64ad..58442b7f0f753dd9afb1458f5d9d93076d78532d 100644 (file)
@@ -10,7 +10,7 @@
  nft-obj                       += datatype.o
 --- a/src/main.c
 +++ b/src/main.c
-@@ -334,7 +334,7 @@ int main(int argc, char * const *argv)
+@@ -335,7 +335,7 @@ int main(int argc, char * const *argv)
                if (scanner_read_file(scanner, filename, &internal_location) < 0)
                        goto out;
        } else if (interactive) {