msys2 / msys2-pacman

A friendly fork of https://gitlab.archlinux.org/pacman/pacman
GNU General Public License v2.0
21 stars 12 forks source link

Don't use file from PATH #16

Open lazka opened 2 years ago

lazka commented 2 years ago

There is a mingw-w64-file which in theory could be installed and could break package building when in path.

We should explicitly call /usr/bin/file instead where possible.