mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
Move version string physically into Version binary, fix diff parm on centos.
This commit is contained in:
parent
365275ebcd
commit
92e2c51806
3 changed files with 5 additions and 112 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue