From def19b7821dd478f361768a08751d2902eae0e1b Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 14 Jan 2013 22:12:54 -0600 Subject: [PATCH] Bugfix: include the base path for the kevux scripts as _SCRIPT_LIBRARY2_PREFIX_ as well --- sources/sh/kit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/sh/kit b/sources/sh/kit index c905036..8515dab 100755 --- a/sources/sh/kit +++ b/sources/sh/kit @@ -432,7 +432,7 @@ cleanup_main() { OLD_PATH=$PATH -# PATH=_SCRIPT_LIBRARY_PREFIX_:$PATH +# PATH=_SCRIPT_LIBRARY_PREFIX_:_SCRIPT_LIBRARY2_PREFIX_:$PATH source $(type -p turtle_kevux_scripts-standard) source $(type -p kit-fss) -- 1.8.3.1