From 7e8ced253db32de5cb52fb3abb790fb57b790f8a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 4 Jul 2021 12:47:03 +0000 Subject: [PATCH] kiss: restore PWD --- kiss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kiss b/kiss index 6e76945..0202265 100755 --- a/kiss +++ b/kiss @@ -876,6 +876,8 @@ pkg_conflicts() { # Print the file with all symlinks in its path # resolved to their real locations. printf '%s\n' "${PWD#"$KISS_ROOT"}/${file##*/}" + + cd "$OLDPWD" done < "$tar_dir/$1/$pkg_db/$1/manifest" > "$mak_dir/cf_m" p_name=$1