Skip to content

Commit 7cb769a

Browse files
committed
patch 8.0.1301: generated license file for NSIS has a modeline
Problem: Generated license file for NSIS has a modeline. Solution: Adjust the pattern for sed. (Ken Takata)
1 parent cd142e3 commit 7cb769a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

runtime/doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ xxd.man: xxd.1
343343
nroff -man xxd.1 | sed -e s/.//g > xxd.man
344344

345345
uganda.nsis.txt: uganda.txt
346-
sed -e 's/[ ]*\*[-a-zA-Z0-9.]*\*//g' -e 's/vim:tw=78://' \
346+
sed -e 's/[ ]*\*[-a-zA-Z0-9.]*\*//g' -e 's/vim:tw=78:.*//' \
347347
uganda.txt | uniq >uganda.nsis.txt
348348

349349
# Awk version of .txt to .html conversion.

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,8 @@ static char *(features[]) =
766766

767767
static int included_patches[] =
768768
{ /* Add new patch number below this line */
769+
/**/
770+
1301,
769771
/**/
770772
1300,
771773
/**/

0 commit comments

Comments
 (0)