[Xfce4-commits] r26938 - xfce4-panel/trunk

Brian Tarricone kelnos at xfce.org
Thu May 8 07:57:04 CEST 2008


Author: kelnos
Date: 2008-05-08 05:57:03 +0000 (Thu, 08 May 2008)
New Revision: 26938

Modified:
   xfce4-panel/trunk/autogen.sh
Log:
get svn rev from trunk, not HEAD


Modified: xfce4-panel/trunk/autogen.sh
===================================================================
--- xfce4-panel/trunk/autogen.sh	2008-05-08 05:06:02 UTC (rev 26937)
+++ xfce4-panel/trunk/autogen.sh	2008-05-08 05:57:03 UTC (rev 26938)
@@ -30,7 +30,7 @@
 # substitute revision and linguas
 linguas=`sed -e '/^#/d' po/LINGUAS`
 if test -d .git/svn; then
- revision=`LC_ALL=C git-svn find-rev HEAD`
+ revision=`LC_ALL=C git-svn find-rev trunk`
 else
  revision=`LC_ALL=C svn info $0 | awk '/^Revision: / {printf "%05d\n",
 $2}'`



More information about the Xfce4-commits mailing list