Codding standards

This commit is contained in:
Loïc Chapeaux
2001-12-28 15:10:38 +00:00
parent cfe052cd9a
commit e4362f5eb8
4 changed files with 13 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ for file in *.inc.php3
do
echo $file " "
grep -v '?>' ${file} > ${file}.new
echo "$1=\"" $2 '"; //to translate' >> ${file}.new
echo "$1 = '"$2"'; //to translate" >> ${file}.new
echo "?>" >> ${file}.new
rm $file
mv ${file}.new $file