[openrtm-commit:00973] r401 - branches/RELENG_1_1/rtmtools

openrtm @ openrtm.org openrtm @ openrtm.org
2013年 2月 1日 (金) 01:42:36 JST


Author: n-ando
Date: 2013-02-01 01:42:36 +0900 (Fri, 01 Feb 2013)
New Revision: 401

Modified:
   branches/RELENG_1_1/rtmtools/
   branches/RELENG_1_1/rtmtools/make_packages
Log:
merged r400


Property changes on: branches/RELENG_1_1/rtmtools
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/rtmtools:166-393,395-396,398
   + /trunk/rtmtools:166-393,395-396,398,400

Modified: branches/RELENG_1_1/rtmtools/make_packages
===================================================================
--- branches/RELENG_1_1/rtmtools/make_packages	2013-01-31 15:30:43 UTC (rev 400)
+++ branches/RELENG_1_1/rtmtools/make_packages	2013-01-31 16:42:36 UTC (rev 401)
@@ -238,7 +238,7 @@
     fi
 
     suffix=`echo $fname | sed 's/eclipse-.*\.[0-9]-//'`
-    ver=`echo $fname | sed 's/eclipse-.*-\([0-9].*[0-9]\)-.*/\1/' | sed -e 's/\.//g'`
+    ver=`echo $fname | sed 's/eclipse-.*-\([0-9\.]*\)-.*/\1/' | sed -e 's/\.//g'`
     PKG_NAME_JA="eclipse${ver}-${OPENRTP_JA_VER}-$suffix"
     PKG_NAME_EN="eclipse${ver}-${OPENRTP_EN_VER}-$suffix"
 



More information about the openrtm-commit mailing list