]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix for bug #51951: SVNREV variable in Makefile not correctly set on non-English...
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 18 Jun 2009 11:19:40 +0000 (11:19 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 18 Jun 2009 11:19:40 +0000 (11:19 +0000)
Makefile

index 57bfaa9dd7ea59e6e7ca64d7a93a8ff4e5e6bbe0..7e7ba9278d0eefd0619a1f2e30a95a19c05609fc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -176,7 +176,7 @@ ALILIBS           := -L$(LIBDIR) -lMUON -lTPC -lPMD -lTRD -lFMD -lTOF \
 LIBS := $(ROOTCLIBS) $(ROOTPLIBS) $(SYSLIBS)
 
 ARVERSIONFILE := $(EXPORTDIR)/ARVersion.h
-SVNREV        := $(strip $(shell svn info | grep "Last Changed Rev:" | \
+SVNREV        := $(strip $(shell LANG=C svn info | grep "Last Changed Rev:" | \
                                 cut -d: -f2 ))
 SVNBRANCH     := $(subst //alisoft.cern.ch/AliRoot/,,$(shell svn info | grep "URL:" | cut -d: -f3 ))