mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
asciidoc: Really fix the "invalid escape sequence" issue
I was confused by the ' and " characters...
This commit is contained in:
parent
9ef2bd487f
commit
8ef3f050af
@ -91,7 +91,7 @@
|
||||
packages with Asciidoc and Python 3.12 or later:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed "/self.separator =/s/'/r'/" -i asciidoc/asciidoc.py</userinput></screen>
|
||||
<screen><userinput>sed '/self.separator =/s/"/r"/' -i asciidoc/asciidoc.py</userinput></screen>
|
||||
|
||||
<para>
|
||||
Build the module:
|
||||
|
Loading…
Reference in New Issue
Block a user