Add missing continuation in shell code.
This commit is contained in:
parent
233abcdee2
commit
14f17c6b04
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user