mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
conf2doc: Backslashify --help, --enable, --disable to avoid —.
This commit is contained in:
parent
eb7ac943ed
commit
7b931a2de0
@ -73,7 +73,8 @@ cat "$CONFFILE" | while read line; do
|
||||
# Ignore
|
||||
;;
|
||||
"#"*)
|
||||
line=$(strip_comment "$line")
|
||||
# Backslashify --help, --enable, --disable to avoid —.
|
||||
line=$(strip_comment "$line" | sed 's/ --\([hed]\)/ \\--\1/')
|
||||
echo "$line" >> $TMPFILE
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user