From 9dcc756ada6eb105ea41a56b06103a4a76a528fc Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 10 Feb 2018 20:07:25 +0100 Subject: [PATCH] sigrok-native-msys2: Fix a typo. --- cross-compile/msys2/sigrok-native-msys2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross-compile/msys2/sigrok-native-msys2 b/cross-compile/msys2/sigrok-native-msys2 index 26f8b14..c3c1c47 100755 --- 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 = "MSYS2" ]; 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 -- 2.30.2