fix extra shift

This commit is contained in:
fatalerrors
2026-04-21 14:03:57 +02:00
parent eb4c89759b
commit 1088029ae6

View File

@@ -447,7 +447,6 @@ file_stats()
return 1 return 1
;; ;;
esac esac
shift
done done
[[ -n "$1" ]] && path="$1" [[ -n "$1" ]] && path="$1"