aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2014-02-24 13:20:46 -0600
committerClark Laughlin <clark.laughlin@linaro.org>2014-02-24 13:20:46 -0600
commite434db58c35508cd784aaad25a4cc1509d29777c (patch)
treed03c71d10e2839ec66423f506dc97448a684b6ed
parent56284e87a7d8c93045b9771a2602fc2ddee6c4ec (diff)
change to be more like other config variables
-rwxr-xr-xstack.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.sh b/stack.sh
index 8888c1f..c6000ff 100755
--- a/stack.sh
+++ b/stack.sh
@@ -477,7 +477,7 @@ function spinner() {
# Echo text to the log file, summary log file and stdout
# echo_summary "something to say"
function echo_summary() {
- if [[ -t 3 && "$VERBOSE" != "True" && -z "${DISABLE_PROGRESS_SPINNER}" ]]; then
+ if [[ -t 3 && "$VERBOSE" != "True" && "${DISABLE_PROGRESS_SPINNER}" != "True" ]]; then
kill >/dev/null 2>&1 $LAST_SPINNER_PID
if [ ! -z "$LAST_SPINNER_PID" ]; then
printf "\b\b\bdone\n" >&3