[ttssh2-commit] [10348] git で管理しているとエラーが出るので修正

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2022年 11月 6日 (日) 15:24:19 JST


Revision: 10348
          https://osdn.net/projects/ttssh2/scm/svn/commits/10348
Author:   zmatsuo
Date:     2022-11-06 15:24:19 +0900 (Sun, 06 Nov 2022)
Log Message:
-----------
git で管理しているとエラーが出るので修正

- git-svn のときは問題ない

Modified Paths:
--------------
    trunk/buildtools/svnrev/svnrev.pl

-------------- next part --------------
Modified: trunk/buildtools/svnrev/svnrev.pl
===================================================================
--- trunk/buildtools/svnrev/svnrev.pl	2022-11-06 06:24:08 UTC (rev 10347)
+++ trunk/buildtools/svnrev/svnrev.pl	2022-11-06 06:24:19 UTC (rev 10348)
@@ -251,7 +251,7 @@
 			$svninfo{'Revision'} = $1;
 		}
 		else {
-			$svninfo{'Revision'} = undef;
+			$svninfo{'Revision'} = '';
 		}
 
 		my $release = 0;


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