projects
/
nnn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afb7a6e
)
use $PWD
author
NRK <nrk@disroot.org>
Mon, 1 Nov 2021 08:13:21 +0000 (14:13 +0600)
committer
NRK <nrk@disroot.org>
Mon, 1 Nov 2021 08:13:21 +0000 (14:13 +0600)
plugins/fzopen
patch
|
blob
|
history
diff --git
a/plugins/fzopen
b/plugins/fzopen
index 013413fb8b6d4ab09e1853d9b0fae567187a9b2f..c44122a083a6cbbdba1b41a9ba984c7a44e6b4af 100755
(executable)
--- 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