aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/dal.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v3/dal.rb')
-rw-r--r--lib/sisu/v3/dal.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/sisu/v3/dal.rb b/lib/sisu/v3/dal.rb
index 476ddb94..dd1ec494 100644
--- a/lib/sisu/v3/dal.rb
+++ b/lib/sisu/v3/dal.rb
@@ -271,6 +271,9 @@ module SiSU_DAL
fn=(@fnx && @fnx =~/\.ss[tmi]$/) \
? @fnx
: @opt.fns
+ if @opt.fno =~/\.txz$/
+ Dir.chdir(@opt.f_pth[:pth])
+ end
file_array=@env.read_source_file(fn)
file_array.each do |l|
if l =~/\r\n/; l.gsub!(/\r\n/,"\n")