mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 14:32:13 +08:00
Typo fix.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6844 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c425f867c1
commit
5d6f29a529
@ -30,7 +30,7 @@
|
||||
# Nothing like a backup plan!
|
||||
#cp "$1" "$1".bak
|
||||
|
||||
for i in `grep -o '"mailto:.*@.*"' ${1} |cut -d\" -f2|sed -e 's|^"mailto:||' -e 's|"$||'`; do
|
||||
for i in `grep -o '"mailto:.*@.*"' ${1} |cut -d\" -f2|sed -e 's|^mailto:||' -e 's|"$||'`; do
|
||||
link=`echo $i | perl -pe 's/[^\n]/"\\\&#".ord($&)."\;"/ge'`
|
||||
plaintext=`echo $i | sed -e 's|@| AT |' -e 's|\.| D0T |g'`
|
||||
cp ${1}{,.tmp}
|
||||
|
Loading…
Reference in New Issue
Block a user