summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild-all-with-docker2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-all-with-docker b/build-all-with-docker
index 780c5fbf6..d58d0da66 100755
--- a/build-all-with-docker
+++ b/build-all-with-docker
@@ -4,7 +4,7 @@ cd "$(dirname "$(readlink -e "$0")")"
shutdownasap_progress=$(shutdownasap -g || echo 'none')
if [ "${shutdownasap_progress}" != 'none' ]; then
- >&2 printf 'shutdownasap in progress: %s\n' "${shutdownasap_state}"
+ >&2 printf 'shutdownasap in progress: %s\n' "${shutdownasap_progress}"
exit 1
fi