summaryrefslogtreecommitdiff
path: root/build-all-with-docker
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2024-08-05 09:59:05 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2024-08-05 09:59:05 +0200
commit7023feb907d50bf5e438a6f292a1e54bb412cec6 (patch)
tree52f90c521576562773be6c477a8605095b291aa0 /build-all-with-docker
parenta92a39debbf163e499ea08bba4672618698cd8a3 (diff)
downloadarchlinuxewe-7023feb907d50bf5e438a6f292a1e54bb412cec6.tar.xz
fix typos
Diffstat (limited to 'build-all-with-docker')
-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 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