From d2dff487e08a861b762f251205927d496d294329 Mon Sep 17 00:00:00 2001 From: NRK Date: Mon, 1 Nov 2021 14:13:21 +0600 Subject: [PATCH] use $PWD --- plugins/fzopen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fzopen b/plugins/fzopen index 013413fb..c44122a0 100755 --- a/plugins/fzopen +++ b/plugins/fzopen @@ -42,7 +42,7 @@ fi if [ "$3" ]; then if [ "$entry" ]; then case "$entry" in - /*) fullpath="${2}/$entry" ;; + /*) fullpath="$PWD/$entry" ;; *) fullpath="$entry" ;; esac if [ "-" = "$3" ]; then