Skip to content

fix(housekeeping): replace the use of GLOB_BRACE with looping over file extensions

Yassine Doghri requested to merge fix/glob-flag-alpine into beta

The GLOB_BRACE flag is not available on non GNU systems, such as Solaris or Alpine Linux.

fixes #154 (closed)

Merge request reports