Skip to content

Commit dca9bae

Browse files
committed
make-file-list: include the new /etc/msystem.d/ folder
As of filesystem-2025.05.08-1, the various definitions depending on the environment variable `MSYSTEM` are no longer in a single `/etc/msystem` file, but rather in files in the new `/etc/msystem.d/` directory whose filenames reflect the value of said environment variable. As per the suggestion in git-for-windows/git-sdk-64#99 (comment), let's include this directory in the payload of Git for Windows' installer so that users are not greeted with the message: bash: /etc/msystem.d/MSYS: No such file or directory Suggested-by: Jeremy Drake <github@jdrake.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent ff40fb2 commit dca9bae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make-file-list.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ then
401401
etc/profile
402402
etc/profile.d/lang.sh
403403
etc/bash.bashrc
404-
etc/msystem
404+
etc/msystem*
405405
usr/bin/dash.exe
406406
usr/bin/getopt.exe
407407
EOF

0 commit comments

Comments
 (0)