summaryrefslogtreecommitdiffstats
path: root/cygwin-scripts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cygwin-scripts.sh')
-rwxr-xr-xcygwin-scripts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cygwin-scripts.sh b/cygwin-scripts.sh
index 669ff6b..ef2345a 100755
--- a/cygwin-scripts.sh
+++ b/cygwin-scripts.sh
@@ -33,4 +33,4 @@ fi
# NOTE: The use of 'eval' in combination with '$@' is a potential security risk
# We should find a more safe replacement for this command
# Suggestions are welcome at the Fedora MinGW mailing list
-eval "`rpm --eval "%{$NAME}"`" '"$@"'
+eval "CYGWIN_CMAKE_NO_VERBOSE=1 `rpm --eval "%{$NAME}"`" '"$@"'