>>>>> On Sat, 03 Feb 2024, Maciej Barć wrote:

> +     find "$(pwd)" -maxdepth 1 -iname "nuget.config" -delete ||

Is there any special reason for using "$(pwd)" instead of . here?

> +     case "${1}" in

Quotes not needed.

> +     if [[ -d "${1}" ]] ; then

Quotes not needed.

Reply via email to