[Ttssh2-commit] [4738] RCだとフォルダ名がうまく拾えないのを修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 11月 20日 (日) 23:44:12 JST


Revision: 4738
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4738
Author:   maya
Date:     2011-11-20 23:44:12 +0900 (Sun, 20 Nov 2011)

Log Message:
-----------
RCだとフォルダ名がうまく拾えないのを修正

Modified Paths:
--------------
    trunk/installer/issversion.pl


-------------- next part --------------
Modified: trunk/installer/issversion.pl
===================================================================
--- trunk/installer/issversion.pl	2011-11-20 14:43:50 UTC (rev 4737)
+++ trunk/installer/issversion.pl	2011-11-20 14:44:12 UTC (rev 4738)
@@ -2,7 +2,7 @@
 
 open ISS, 'teraterm.iss';
 while(<ISS>){
-	if (/^#define AppVer "([0-9\.]+)"$/) {
+	if (/^#define AppVer "(.+)"$/) {
 		print $1;
 		last;
 	}



Ttssh2-commit メーリングリストの案内
Back to archive index