projects
/
sigrok-util.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8708cd8
)
sigrok-native-msys2: Fix a typo.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Sat, 10 Feb 2018 19:07:25 +0000
(20:07 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Sat, 10 Feb 2018 19:07:25 +0000
(20:07 +0100)
cross-compile/msys2/sigrok-native-msys2
patch
|
blob
|
history
diff --git
a/cross-compile/msys2/sigrok-native-msys2
b/cross-compile/msys2/sigrok-native-msys2
index 26f8b1467b51d81d3e9f68051f2f46ab28d8d904..c3c1c47e53fb41c08613ba65dab3dcfbd825ef51 100755
(executable)
--- a/
cross-compile/msys2/sigrok-native-msys2
+++ b/
cross-compile/msys2/sigrok-native-msys2
@@
-43,7
+43,7
@@
DEBUG=0
# -----------------------------------------------------------------------------
# Abort if the user runs the script in an "MSYS2 MSYS" shell.
-if [ $MSYSTEM = "MSYS
2
" ]; then
+if [ $MSYSTEM = "MSYS" ]; then
echo "Building in an 'MSYS2 MSYS' shell will not work, aborting."
echo "Please use the 'MSYS2 MinGW 64-bit' (or 32-bit) shell."
exit