summaryrefslogtreecommitdiff
path: root/.tools
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-25 18:34:49 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-25 18:34:49 +0300
commita2b04fbd387c6e50210c02decb04548745e5a959 (patch)
tree75149e6f6b548196645da6e882df02a12e4ad7ca /.tools
parent69cb2293d84cf7f02e314b2ffbeda590f716fc48 (diff)
downloadclientdata-a2b04fbd387c6e50210c02decb04548745e5a959.tar.gz
clientdata-a2b04fbd387c6e50210c02decb04548745e5a959.tar.bz2
clientdata-a2b04fbd387c6e50210c02decb04548745e5a959.tar.xz
clientdata-a2b04fbd387c6e50210c02decb04548745e5a959.zip
Add debug output into contributors.sh
Diffstat (limited to '.tools')
-rwxr-xr-x.tools/contributors.sh3
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