This commit is contained in:
NRK 2021-11-01 14:13:21 +06:00
parent afb7a6e9c1
commit d2dff487e0
1 changed files with 1 additions and 1 deletions

View File

@ -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