mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
regex [-.A-Za-z0-9] needed on Ubuntu etc where A-z fails
This commit is contained in:
parent
8c7ba6fd80
commit
b768adac5c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ lynx -reload -source https://github.com/XSCE/xsce/blob/release-6.2/ReleaseNotes6
|
||||||
|
|
||||||
# Make links refer to local items
|
# Make links refer to local items
|
||||||
for f in `ls $DESTPATH`; do
|
for f in `ls $DESTPATH`; do
|
||||||
sed -i -r "s|https://github.com/iiab/iiab/wiki/([-.0-9A-z]*)|\1.html|g" $DESTPATH/$f
|
sed -i -r "s|https://github.com/iiab/iiab/wiki/([-.A-Za-z0-9]*)|\1.html|g" $DESTPATH/$f
|
||||||
|
|
||||||
sed -i -e "s|https://github.com/xsce/xsce/blob/release-6.2/\(.*\)\.md\">|\1.html\">|g" $DESTPATH/$f
|
sed -i -e "s|https://github.com/xsce/xsce/blob/release-6.2/\(.*\)\.md\">|\1.html\">|g" $DESTPATH/$f
|
||||||
sed -i -e "s|https://github.com/xsce/xsce/wiki/\(.*\)\">|\1.html\">|g" $DESTPATH/$f
|
sed -i -e "s|https://github.com/xsce/xsce/wiki/\(.*\)\">|\1.html\">|g" $DESTPATH/$f
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue