mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
quickfix
This commit is contained in:
parent
d2dff487e0
commit
65ae3abc24
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue