From: Pierre Habouzit (MadCoder Date: Wed, 16 Feb 2005 15:55:27 +0000 (+0000) Subject: typos X-Git-Tag: xorg/old~284 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=b532f4775ed76b96ab4538a5e4d6c71849783cae;p=platal.git typos git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-476 --- diff --git a/bin/lists.make_tpl.sh b/bin/lists.make_tpl.sh index 6b9897a..adda9e9 100755 --- a/bin/lists.make_tpl.sh +++ b/bin/lists.make_tpl.sh @@ -17,9 +17,8 @@ mkdir -p "$TARGET" for tpl in $TEMPLATES/*txt do - template=${tpl#$TEMPLATES/} - cat $template \ + cat $tpl \ | sed -e "s,{{{ALIST}}},$ALIST,g ; s,{{{LIST}}},$LIST,g ; s,{{{ADMIN}}},$ADMIN,g ; s,{{{MEMBERS}}},$MEMBERS,g ; s,{{{MODERATE}}},$MODERATE,g" \ - > "$TARGET/$template" + > "$TARGET/${tpl#$TEMPLATES/} done