cake
/
p7utils
Archived
1
0
Fork 0

... let's not talk about this, ok?

This commit is contained in:
Thomas Touhey 2017-02-05 23:09:59 +01:00
parent 888b8d0bd2
commit b25d989d1d
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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=