Move version string physically into Version binary, fix diff parm on centos.

This commit is contained in:
David Brown 2016-07-08 23:28:51 +01:00
parent 365275ebcd
commit 92e2c51806
3 changed files with 5 additions and 112 deletions

View file

@ -16,7 +16,7 @@ for f in $1/*; do
fn=$(basename $f)
egrep -v "^/\* voc " $f >$fn.old
egrep -v "^/\* voc " $fn >$fn.new
if ! diff --tabsize=2 -U 2 -b $fn.old $fn.new >$fn.diff; then
if ! diff -U 2 -b $fn.old $fn.new >$fn.diff; then
echo ""
echo ""
cat $fn.diff