mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
And escaping the printf input
This commit is contained in:
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…
x
Reference in New Issue
Block a user