diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-05 09:59:05 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-05 09:59:05 +0200 |
commit | 7023feb907d50bf5e438a6f292a1e54bb412cec6 (patch) | |
tree | 52f90c521576562773be6c477a8605095b291aa0 /build-all-with-docker | |
parent | a92a39debbf163e499ea08bba4672618698cd8a3 (diff) | |
download | archlinuxewe-7023feb907d50bf5e438a6f292a1e54bb412cec6.tar.xz |
fix typos
Diffstat (limited to 'build-all-with-docker')
-rwxr-xr-x | build-all-with-docker | 2 |
1 files changed, 1 insertions, 1 deletions
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 |