Skip to content

Less strict "file exist"-check.

Jens Drenhaus requested to merge github/fork/bjoto/less-strict-file-test into main

Created by: bjoto

In the taskfile, "test -f" is used, which makes it impossible to use bash process substitution. Change to "test -e" instead.

Merge request reports