aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkiss2
1 files changed, 1 insertions, 1 deletions
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