# HG changeset patch # User Chris Cannam # Date 1597080535 -3600 # Node ID 6c15b82e7e6923e3e282770d89ee441d911ffc37 # Parent 4448639b9bb1aa8092fddbe931e3399e952b2bd2 Avoid failing when run without args diff -r 4448639b9bb1 -r 6c15b82e7e69 deploy/osx/sign.sh --- a/deploy/osx/sign.sh Mon Aug 10 15:59:36 2020 +0100 +++ b/deploy/osx/sign.sh Mon Aug 10 18:28:55 2020 +0100 @@ -1,6 +1,6 @@ #!/bin/bash -set -eu +set -e # Execute this from the top-level directory of the project (the one # that contains the .app bundle). Supply the name of the .app bundle @@ -13,6 +13,8 @@ exit 2 fi +set -u + entitlements=deploy/osx/Entitlements.plist helper_entitlements=deploy/osx/HelperEntitlements.plist