From b25d989d1d09df201fbccc9139adc6856293d2eb Mon Sep 17 00:00:00 2001 From: "Thomas \"Cakeisalie5\" Touhey" Date: Sun, 5 Feb 2017 23:09:59 +0100 Subject: [PATCH] ... let's not talk about this, ok? --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5c616a9..c24db40 100755 --- a/configure +++ b/configure @@ -141,7 +141,7 @@ for var in prefix bindir mandir; do done # Check if is on Cygwin -[ "$(expr substr $(uname -s) 1 10)" == "MINGW32_NT" ] && windows=y +[ "$(expr substr "$(uname -s)" 1 10)" = "MINGW32_NT" ] && windows=y # If on MS-Windows, do not make the manpages. [ "$windows" ] && install_manpages=