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 wrap: on
line diff
--- a/s4-funcs.sh	Fri Jun 26 09:25:42 2020 +0900
+++ b/s4-funcs.sh	Fri Jun 26 09:43:26 2020 +0900
@@ -699,7 +699,7 @@
 	x' | miniol
 }
 miniol() {
-  sed -Ee '
+  sed -e '
 	/^[1-9]\. / {;			# 行頭 "N. "
 	 x; s,^,<ol>,; x;		# 1週目: ホールドスペース先頭に <ol> を
 	:top

yatex.org