Print SteamCMD command being executed

This commit is contained in:
Ben Peddell 2016-05-21 19:26:04 +10:00
parent 41097175fa
commit 6b22944fe6

View File

@ -369,6 +369,9 @@ function runSteamCMD(){
function runSteamCMDspinner(){
if [ -n "$verbose" ]; then
printf "Executing"
printf " %q" "$steamcmdroot/$steamcmdexec" +@NoPromptForPassword 1 +login ${steamlogin:-anonymous} "$@" +quit
printf "\n"
if command >&3; then
runSteamCMD "$@" | tee /dev/fd/3
else