Skip to content

Commit 8b98c68

Browse files
author
Hugo Hörnquist
committed
Change extra_command regexes to basic variant.
1 parent aaee991 commit 8b98c68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sync-docs.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ replace_section 'GIT ISSUE COMMANDS' 'Use' 's/^\* `\([^`]*\)`: /.RE\
122122
.PP\
123123
\\fB\1\\fP\
124124
.RS 4\
125-
/' 's/^ \+//'
125+
/' 's/^ *//'
126126

127-
replace_section FILES 'Internals' '' 's/^ \+//'
127+
replace_section FILES 'Internals' '' 's/^ *//'
128128
# shellcheck disable=SC2016
129129
replace_section EXAMPLES 'Example session' '/```/d;/^###/N;s/^### \(.*\)/.fi\
130130
.ft R\

0 commit comments

Comments
 (0)