Skip to content

Commit 5535977

Browse files
author
Git for Windows Build Agent
committed
Update 2 packages
mingw-w64-i686-binutils (2.46-2 -> 2.46-3) mingw-w64-i686-git-extra (1.1.689.fe8c5259c-1 -> 1.1.691.e78bebdf5-1) Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
1 parent b0f9191 commit 5535977

87 files changed

Lines changed: 15 additions & 12 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

etc/profile.d/git-prompt.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
PS1="$PS1"'$MSYSTEM ' # show MSYSTEM
1818
PS1="$PS1"'\[\033[33m\]' # change to brownish yellow
1919
PS1="$PS1"'\w' # current working directory
20-
if test -z "$WINELOADERNOEXEC"
20+
if test -n "$BASH_VERSION" && test -z "$WINELOADERNOEXEC"
2121
then
2222
GIT_EXEC_PATH="$(git --exec-path 2>/dev/null)"
2323
COMPLETION_PATH="${GIT_EXEC_PATH%/libexec/git-core}"
@@ -39,7 +39,7 @@ fi
3939
MSYS2_PS1="$PS1" # for detection by MSYS2 SDK's bash.basrc
4040

4141
# Evaluate all user-specific Bash completion scripts (if any)
42-
if test -z "$WINELOADERNOEXEC"
42+
if test -n "$BASH_VERSION" && test -z "$WINELOADERNOEXEC"
4343
then
4444
for c in "$HOME"/bash_completion.d/*.bash
4545
do
@@ -52,4 +52,7 @@ fi
5252
# Prevents command completion if line is empty or only has whitespace
5353
# Can be overriden by adding the following to your .bashrc file.
5454
# shopt -u no_empty_cmd_completion
55-
shopt -s no_empty_cmd_completion
55+
if test -n "$BASH_VERSION"
56+
then
57+
shopt -s no_empty_cmd_completion
58+
fi

mingw32/bin/WhoUses.exe

513 Bytes
Binary file not shown.

mingw32/bin/addr2line.exe

26.3 KB
Binary file not shown.

mingw32/bin/ar.exe

26.8 KB
Binary file not shown.

mingw32/bin/as.exe

34.7 KB
Binary file not shown.

mingw32/bin/blocked-file-util.exe

513 Bytes
Binary file not shown.

mingw32/bin/c++filt.exe

26.3 KB
Binary file not shown.

mingw32/bin/create-shortcut.exe

1 KB
Binary file not shown.

mingw32/bin/dlltool.exe

28.7 KB
Binary file not shown.

mingw32/bin/dllwrap.exe

7.16 KB
Binary file not shown.

0 commit comments

Comments
 (0)