diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-06-24 00:23:46 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-06-24 00:23:46 +0000 |
commit | eff68733639edcfbff9f090cc2dd11cf07ae90a4 () | |
tree | 44a514e8de1165ee4d84677a4d6d254c088dcca4 /enc/unicode | |
parent | 417a000d1d91ee5985ea9fdf42e1047f480e2aeb (diff) |
touch
* enc/unicode/case-folding.rb: touch the destination file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rwxr-xr-x | enc/unicode/case-folding.rb | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -370,7 +370,9 @@ if $0 == __FILE__ rescue Errno::ENOENT => e raise unless /gperf/ =~ e.message warn e.message - exit dest && File.file?(dest) # assume existing file is OK else s = f.string end |