contrib/buildserver Fix svn=0000

This commit is contained in:
clanmills 2017-07-01 07:07:26 +01:00
parent b0c48e3000
commit 9d1d90186c

View File

@ -213,7 +213,7 @@ if [ "$result" == "0" ]; then
if [ ! -e $monly ]; then mkdir -p $monly ; fi
if [ -e $jpubl ]; then
svn=0
svn=0000
# /usr/local/bin/svn info . 2>/dev/null >/dev/null
# if [ "$?" == "0" ]; then
# svn=$(/usr/local/bin/svn info . | grep '^Last Changed Rev' | cut -f 2 -d':' | tr -d ' ')