From 9dc63fd4b73514fc974ebf2d9276f08978f4c496 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sun, 14 Jul 2013 16:08:06 -0400 Subject: [PATCH] better output location --- Tools/split-help.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/split-help.rb b/Tools/split-help.rb index 25d96d1..ea1def3 100644 --- a/Tools/split-help.rb +++ b/Tools/split-help.rb @@ -25,7 +25,7 @@ ARGF.each { |line| if line.match(/^([A-Za-z0-F]+)\s?#?/) state = :data filename = $1 - file = File::new("MPW.Help/#{filename}", "w") + file = File::new("Help.Files/#{filename}", "w") #file.set_encoding("BINARY") end @@ -41,4 +41,4 @@ ARGF.each { |line| end -} \ No newline at end of file +}