From 3d4f38a0775d9708f73ab36ba5449a2dd3ee35f1 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 28 Dec 2012 12:37:52 -0500 Subject: v4: bin/sisu sysenv, rc_path_options, provide fixed path to rc files * added $sisu_document_markup_directory_base_fixed_path * needed to read right sisurc.yml & sisu_document_make --- bin/sisu | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/sisu b/bin/sisu index f8123e8c..44e21281 100644 --- a/bin/sisu +++ b/bin/sisu @@ -138,6 +138,7 @@ WOK if FileTest.directory?(markup_dir) system("cd #{markup_dir}") Dir.chdir(markup_dir) + $sisu_document_markup_directory_base_fixed_path=Dir.pwd.gsub(/\/(?:#{lng_lst_rgx})$/,'') SiSU::HubMaster.new(argv_sub) Dir.chdir(SiSU_called_from_directory) system("cd #{SiSU_called_from_directory}") @@ -146,6 +147,7 @@ WOK end else $sisu_document_markup_directory=Dir.pwd.gsub(/\/$/,'') + $sisu_document_markup_directory_base_fixed_path=Dir.pwd.gsub(/(^|\/)(?:#{lng_lst_rgx})$/,'') SiSU::HubMaster.new(argv) end rescue -- cgit v1.2.3 From 7f0d8276e0f92df90f6f668808c0b7e82b7ae252 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 1 Jan 2013 12:19:37 -0500 Subject: date 2013: version & changelog; headers bin/sisu & lib/; code constants.rb --- bin/sisu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/sisu b/bin/sisu index 44e21281..1486c902 100644 --- a/bin/sisu +++ b/bin/sisu @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # encoding: utf-8 -#SiSU: copyright (C) 1997 - 2012 Ralph Amissah; License GPL, see appended program information +#SiSU: copyright (C) 1997 - 2013 Ralph Amissah; License GPL, see appended program information begin def ruby_version_ok?(base_version) @v ||=RUBY_VERSION.scan(/\d+/) @@ -178,7 +178,7 @@ __END__ * Author: Ralph Amissah * Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010, 2011, 2012 Ralph Amissah, All Rights Reserved. + 2007, 2008, 2009, 2010, 2011, 2012, 2013 Ralph Amissah, All Rights Reserved. * License: GPL 3 or later: -- cgit v1.2.3