File tree Expand file tree Collapse file tree 2 files changed +16
-9
lines changed
Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -395,15 +395,19 @@ EOF
395395test -z " $MINIMAL_GIT_WITH_BUSYBOX " ||
396396echo $MSYSTEM_LOWER /bin/busybox.exe
397397
398- test -n " $MINIMAL_GIT_WITH_BUSYBOX " || cat << EOF
399- etc/profile
400- etc/profile.d/lang.sh
401- etc/bash.bash_logout
402- etc/bash.bashrc
403- etc/msystem
404- usr/bin/dash.exe
405- usr/bin/getopt.exe
406- EOF
398+ if test -z " $MINIMAL_GIT_WITH_BUSYBOX "
399+ then
400+ cat << -EOF
401+ etc/profile
402+ etc/profile.d/lang.sh
403+ etc/bash.bashrc
404+ etc/msystem
405+ usr/bin/dash.exe
406+ usr/bin/getopt.exe
407+ EOF
408+ test ! -f /etc/bash.bash_logout ||
409+ echo etc/bash.bash_logout
410+ fi
407411
408412EXTRA_DLL_FILES=
409413case $MSYSTEM_LOWER in
Original file line number Diff line number Diff line change @@ -3260,6 +3260,9 @@ create_sdk_artifact () { # [--out=<directory>] [--git-sdk=<directory>] [--archit
32603260 /usr/bin/msys-unistring*.dll
32613261 /usr/bin/msys-gnutls*.dll
32623262
3263+ # For the /etc/bash.bash_logout check
3264+ /etc/bash.bash_logout
3265+
32633266 # markdown, to render the release notes
32643267 /usr/bin/markdown
32653268
You can’t perform that action at this time.
0 commit comments