From b532f4775ed76b96ab4538a5e4d6c71849783cae Mon Sep 17 00:00:00 2001 From: "Pierre Habouzit (MadCoder" Date: Wed, 16 Feb 2005 15:55:27 +0000 Subject: [PATCH] typos git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-476 --- bin/lists.make_tpl.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.1.4