diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-25 18:34:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-25 18:34:49 +0300 |
commit | a2b04fbd387c6e50210c02decb04548745e5a959 (patch) | |
tree | 75149e6f6b548196645da6e882df02a12e4ad7ca | |
parent | 69cb2293d84cf7f02e314b2ffbeda590f716fc48 (diff) | |
download | clientdata-a2b04fbd387c6e50210c02decb04548745e5a959.tar.gz clientdata-a2b04fbd387c6e50210c02decb04548745e5a959.tar.bz2 clientdata-a2b04fbd387c6e50210c02decb04548745e5a959.tar.xz clientdata-a2b04fbd387c6e50210c02decb04548745e5a959.zip |
Add debug output into contributors.sh
-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 |