From 306aed5b8a559aad2fb944a946ffdda9713f07ec Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 6 Mar 2010 09:47:55 -0500 Subject: introducing version 2, major patch, (version 1 libraries retained) --- bin/sisu | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/sisu') diff --git a/bin/sisu b/bin/sisu index eaced442..d977642f 100644 --- a/bin/sisu +++ b/bin/sisu @@ -5,7 +5,8 @@ raise "Please, use Ruby1.8.4 or later, current Ruby #{RUBY_VERSION}" if RUBY_VERSION < '1.8.4' $VERBOSE=nil $KCODE='u' if RUBY_VERSION < '1.9' -SiSU_version_dir='v1' +argv=$* +SiSU_version_dir=(argv.inspect=~/--v1/) ? 'v1' : 'v2' SiSU_lib="sisu/#{SiSU_version_dir}" require "#{SiSU_lib}/hub" __END__ @@ -17,7 +18,7 @@ __END__ * Author: Ralph Amissah * Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 Ralph Amissah All Rights Reserved. + 2007, 2008, 2009, 2010 Ralph Amissah All Rights Reserved. * License: GPL 3 or later: -- cgit v1.2.3