mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-03 11:00:14 -05:00
fixed packaging script (patch from Heini)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7814 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a753f31987
commit
995251daeb
@ -43,7 +43,7 @@ done
|
||||
|
||||
if test "$svnrev" = "" ; then
|
||||
echo attempting to get svn revision number...
|
||||
svn=`svn info | grep 'Revision:' | cut -d\ -f2`
|
||||
svnrev=`svn info | grep 'Revision:' | cut -d\ -f2`
|
||||
else
|
||||
echo svn number has been provided. Forcing update.
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user