And escaping the printf input

This commit is contained in:
Alexander "Ace" Olofsson 2016-08-28 21:56:53 +02:00
parent e47f4a9016
commit bc6aa86b8a

View file

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