diff options
Diffstat (limited to 'tool/expand-config.rb')
-rwxr-xr-x | tool/expand-config.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tool/expand-config.rb b/tool/expand-config.rb index d34f29f586..81ffa6cb98 100755 --- a/tool/expand-config.rb +++ b/tool/expand-config.rb @@ -15,8 +15,6 @@ while /\A(\w+)=(.*)/ =~ ARGV[0] ARGV.shift end -re = /@(#{config.keys.map {|k| Regexp.quote(k)}.join('|')})@/ - if $output output = open($output, "wb", $mode &&= $mode.oct) output.chmod($mode) if $mode |