s4

changeset 844:ab4f89043f23

No need to use -E for miniol
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 26 Jun 2020 09:43:26 +0900
parents a0dcf6477310
children 5e980a6c7524
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Fri Jun 26 09:25:42 2020 +0900
     1.2 +++ b/s4-funcs.sh	Fri Jun 26 09:43:26 2020 +0900
     1.3 @@ -699,7 +699,7 @@
     1.4  	x' | miniol
     1.5  }
     1.6  miniol() {
     1.7 -  sed -Ee '
     1.8 +  sed -e '
     1.9  	/^[1-9]\. / {;			# 行頭 "N. "
    1.10  	 x; s,^,<ol>,; x;		# 1週目: ホールドスペース先頭に <ol> を
    1.11  	:top