diff options
-rwxr-xr-x | Doc/tools/sgmlconv/fixgenents.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/tools/sgmlconv/fixgenents.sh b/Doc/tools/sgmlconv/fixgenents.sh index ebc596c..6fa36f4 100755 --- a/Doc/tools/sgmlconv/fixgenents.sh +++ b/Doc/tools/sgmlconv/fixgenents.sh @@ -45,5 +45,4 @@ s|<geq>|\≥|g s|<ldots>|\&hellip|g s|<leq>|\≤|g s|<version>|\&version;|g -s|---|\—|g ' || exit $? |