You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Came across this while trying to modernize the msys2 recipe See reproduction steps) and issue #11980 and #11986
Environment shell scripts executed in the bash of the msys2 recipe contain the Windows formatted paths. Since these scripts are sourced in the bash environment they should be aware of the path formatting.
I don't think that this is a huge issue, because (as far as I'm aware) all the bash commands are called as single shot commands. But it might raise some questions and it is bug prone.
Environment Details (include every applicable attribute)
Came across this while trying to modernize the msys2 recipe See reproduction steps) and issue #11980 and #11986
Environment shell scripts executed in the bash of the msys2 recipe contain the Windows formatted paths. Since these scripts are sourced in the bash environment they should be aware of the path formatting.
I don't think that this is a huge issue, because (as far as I'm aware) all the bash commands are called as single shot commands. But it might raise some questions and it is bug prone.
Environment Details (include every applicable attribute)
Steps to reproduce (Include if Applicable)
create the package for: https://github.com/Ultimaker/conan-center-index/blob/modernize_autoconf/recipes/msys2/all/conanfile.py
create the package for: https://github.com/Ultimaker/conan-center-index/blob/modernize_autoconf/recipes/autoconf/all/conanfile.py
Logs (Executed commands with output) (Include/Attach if Applicable)
below is the output of the
conanautotoolchain.sh
notice the Windows formatting of thedeactivation_
script pathsThe text was updated successfully, but these errors were encountered: