This commit is contained in:
NRK 2021-11-01 14:13:21 +06:00
parent afb7a6e9c1
commit d2dff487e0

View file

@ -42,7 +42,7 @@ fi
if [ "$3" ]; then if [ "$3" ]; then
if [ "$entry" ]; then if [ "$entry" ]; then
case "$entry" in case "$entry" in
/*) fullpath="${2}/$entry" ;; /*) fullpath="$PWD/$entry" ;;
*) fullpath="$entry" ;; *) fullpath="$entry" ;;
esac esac
if [ "-" = "$3" ]; then if [ "-" = "$3" ]; then