mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 22:15:32 +00:00
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
|
fi
|
||||||
|
|
||||||
if [ -z $VERBOSE ]; then
|
if [ -z $VERBOSE ]; then
|
||||||
printf "- Configuring... "
|
printf -- "- Configuring... "
|
||||||
else
|
else
|
||||||
echo "- cmake .. $CMAKE_OPTS"
|
echo "- cmake .. $CMAKE_OPTS"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue