added script to fix files that does not end of newline

master
melvin 2012-12-28 11:08:26 +08:00
parent 022399516d
commit f01ac6cf0e
1 changed files with 4 additions and 0 deletions

View File

@ -471,3 +471,7 @@ grammar/CounterType: grammar/rules.txt
grep -o "[^ ]* counter \(on\|from\)" $@ | cut -d' ' -f1 | sort | uniq > $@
# remove a, each, that
# add poison
fix_noeol:
sed -i -e '$$a\' release/Magarena/scripts/*.txt
sed -i -e '$$a\' src/**/*.java