From 14f17c6b04ebb3908a0fb8a12af2391a6b171801 Mon Sep 17 00:00:00 2001 From: Florian Obser Date: Thu, 30 Nov 2023 08:39:48 +0100 Subject: [PATCH] Add missing continuation in shell code. --- nsd-unbound-update.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsd-unbound-update.org b/nsd-unbound-update.org index f88bf16..bc9f311 100644 --- a/nsd-unbound-update.org +++ b/nsd-unbound-update.org @@ -9,7 +9,7 @@ git clone from the upstream repository on [[https://github.com/NLnetLabs/nsd][gi #+begin_src shell git pull git diff NSD_4_6_1_REL..NSD_4_7_0_REL . ':!.cirrus.yml' ':!tpkg/*' \ - ':!contrib/*' ':!compat/' ':!.gitignore' ':!doc/README.svn' + ':!contrib/*' ':!compat/' ':!.gitignore' ':!doc/README.svn' \ ':!.buildkite/*' ':!makedist.sh' > ~/nsd_4.7.0_upstream.diff cd /usr/src/usr.sbin/nsd patch -Ep0 < ~/nsd_4.7.0_upstream.diff