From 7023feb907d50bf5e438a6f292a1e54bb412cec6 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 5 Aug 2024 09:59:05 +0200 Subject: fix typos --- build-all-with-docker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-all-with-docker') diff --git a/build-all-with-docker b/build-all-with-docker index aae8676a8..0567b212e 100755 --- a/build-all-with-docker +++ b/build-all-with-docker @@ -3,7 +3,7 @@ cd "$(dirname "$(readlink -e "$0")")" shutdownasap_progress=$(shutdownasap -g || echo 'none') -if [ "${shutdownasap_progress" != 'none' ]; then +if [ "${shutdownasap_progress}" != 'none' ]; then >&2 printf 'shutdownasap in progress: %s\n' "${shutdownasap_state}" exit 1 fi -- cgit v1.2.3-70-g09d2