diff options
-rwxr-xr-x | .tools/contributors.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.tools/contributors.sh b/.tools/contributors.sh index fdc902c6..c9304e3e 100755 --- a/.tools/contributors.sh +++ b/.tools/contributors.sh @@ -10,10 +10,13 @@ gitclone https://gitlab.com/evol/evol-tools.git tools cd tools/contrib_xsl +pwd make about-server check_error cd ../../clientdata +pwd +git diff export RES=$(git diff) if [[ -n "${RES}" ]]; then |