forked from mirror/openmw-tes3mp
And escaping the printf input
This commit is contained in:
parent
e47f4a9016
commit
bc6aa86b8a
1 changed files with 3 additions and 3 deletions
|
@ -679,7 +679,7 @@ if [ ! -z $CI ]; then
|
|||
fi
|
||||
|
||||
if [ -z $VERBOSE ]; then
|
||||
printf "- Configuring... "
|
||||
printf -- "- Configuring... "
|
||||
else
|
||||
echo "- cmake .. $CMAKE_OPTS"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue