diff options
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/speedo.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk index 736fd16dd..1a1d5a46c 100644 --- a/build-aux/speedo.mk +++ b/build-aux/speedo.mk @@ -1353,7 +1353,7 @@ endef # Sign the file $1 and save the result as $2 define AUTHENTICODE_sign (set -e; \ - if gpg-authcode-sign.sh --version >/dev/null; then \ + if (gpg-authcode-sign.sh --version >/dev/null); then \ gpg-authcode-sign.sh "$(1)" "$(2)"; \ else \ echo 2>&1 "warning: Please install gpg-authcode-sign.sh to sign files." ;\ |