From 96b43d893f03bff82a82948b3b1063edd427ce67 Mon Sep 17 00:00:00 2001 From: joss17 Date: Sun, 2 Aug 2009 14:12:08 +0000 Subject: [PATCH] polish string git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1476 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/version_detail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretroshare/src/version_detail.sh b/libretroshare/src/version_detail.sh index 025271e41..20f0b7bf5 100755 --- a/libretroshare/src/version_detail.sh +++ b/libretroshare/src/version_detail.sh @@ -2,7 +2,7 @@ if ( git log -n 1 &> /dev/null); then #retrieve git information - version="git : $(git status | grep branch | cut -c 6-) $(git log -n 1 | grep commit)" + version="git : $(git status | grep branch | cut -c 13-) $(git log -n 1 | grep commit | cut -c 8-)" fi if ( git log -n 1 | grep svn &> /dev/null); then