From db35d1ddd7afe2ce40ebdedca80ecbe3c5b358ca Mon Sep 17 00:00:00 2001 From: merakor Date: Wed, 15 Apr 2020 08:11:57 +0000 Subject: kiss: fix KISS_PATH without arguments FossilOrigin-Name: c6e205bd14077ba249ec8cb819a7e90dee3b5f56cce1c226d4c85b2e0416c625 --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 727829c..25ccfe7 100755 --- a/kiss +++ b/kiss @@ -1267,7 +1267,7 @@ args() { # We are exporting the KISS_PATH, so if another # instance of 'kiss' is spawned from the current # one, they continue to use the same KISS_PATH - export KISS_PATH="${PWD%/*}" + export KISS_PATH="${PWD%/*}:$KISS_PATH" set -- "${PWD##*/}" } ; esac -- cgit v1.2.3