From ef89a695dbd1eb7f13bc5483d8d788eca130831c Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 27 Sep 2022 14:57:09 +0200 Subject: [PATCH] fix typo --- contrib/build-wine/sign.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/build-wine/sign.sh b/contrib/build-wine/sign.sh index a9b924740..4ee812bb4 100755 --- a/contrib/build-wine/sign.sh +++ b/contrib/build-wine/sign.sh @@ -1,7 +1,7 @@ #!/bin/bash here=$(dirname "$0") -if [ ! $WIN_SIGNING_PASSWORD ]-, then +if [ ! $WIN_SIGNING_PASSWORD ]; then echo "password missing" exit 1 fi