Unverified Commit 66b3cb97 authored by akrherz's avatar akrherz

ensure all files end with line feed

command form this time was
git ls-files  '*.jsp' | while read f; do tail -n1 $f | read -r _ || echo >> $f; done
parent 42f2cd51
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment