summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.tools/contributors.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/.tools/contributors.sh b/.tools/contributors.sh
index dc63b91a..0a9f1a89 100755
--- a/.tools/contributors.sh
+++ b/.tools/contributors.sh
@@ -10,18 +10,14 @@ 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
echo "Contributors list not updated"
- echo "Diff:"
- echo ${RES}
+ git diff
exit 1
fi