From: Kevin Day <kevin@kevux.org>
Date: Tue, 15 Jan 2013 04:12:54 +0000 (-0600)
Subject: Bugfix: include the base path for the kevux scripts as _SCRIPT_LIBRARY2_PREFIX_ as... 
X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=def19b7821dd478f361768a08751d2902eae0e1b;p=kit-legacy

Bugfix: include the base path for the kevux scripts as _SCRIPT_LIBRARY2_PREFIX_ as well
---

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)