And escaping the printf input

coverity_scan^2
Alexander "Ace" Olofsson 8 years ago
parent e47f4a9016
commit bc6aa86b8a

@ -679,7 +679,7 @@ if [ ! -z $CI ]; then
fi
if [ -z $VERBOSE ]; then
printf "- Configuring... "
printf -- "- Configuring... "
else
echo "- cmake .. $CMAKE_OPTS"
fi

Loading…
Cancel
Save