summaryrefslogtreecommitdiff
path: root/sign-and-upload-all
diff options
context:
space:
mode:
Diffstat (limited to 'sign-and-upload-all')
-rwxr-xr-xsign-and-upload-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/sign-and-upload-all b/sign-and-upload-all
index 625c61dc2..874a3c43f 100755
--- a/sign-and-upload-all
+++ b/sign-and-upload-all
@@ -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