Add missing continuation in shell code.

This commit is contained in:
Florian Obser 2023-11-30 08:39:48 +01:00
parent 233abcdee2
commit 14f17c6b04
1 changed files with 1 additions and 1 deletions

View File

@ -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