mirror of
https://github.com/jarun/nnn.git
synced 2024-11-17 16:39:14 +00:00
quickfix
This commit is contained in:
parent
d2dff487e0
commit
65ae3abc24
|
@ -42,8 +42,8 @@ fi
|
|||
if [ "$3" ]; then
|
||||
if [ "$entry" ]; then
|
||||
case "$entry" in
|
||||
/*) fullpath="$PWD/$entry" ;;
|
||||
*) fullpath="$entry" ;;
|
||||
/*) fullpath="$entry" ;;
|
||||
*) fullpath="$PWD/$entry" ;;
|
||||
esac
|
||||
if [ "-" = "$3" ]; then
|
||||
printf "%s\n" "$fullpath"
|
||||
|
|
Loading…
Reference in a new issue