Show
Ignore:
Timestamp:
01/21/08 06:32:16 (10 months ago)
Author:
drry
Message:

platform/tdiary/Rakefile: 正規表現の小さなミス。

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/Rakefile

    r5147 r5148  
    99} 
    1010package[:pkgdir] = File.join(package[:root], 'package') 
    11 package[:rev]    = 'r' << `svnversion --no-newline --committed #{package[:root]}`[/\d+[MS]?$/] 
     11package[:rev]    = 'r' << `svnversion --no-newline --committed #{package[:root]}`[/\d+[MS]{1,2}$/] 
    1212package.freeze 
    1313