aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2019-11-04 13:46:40 +0000
committerGerald Combs <gerald@wireshark.org>2019-11-04 13:48:07 +0000
commit5acf14d5c0cbba8db922ac2f60abce20b77c8128 (patch)
tree436d8227ea5d38f8928bbe21f2c4cff1a60e09e8 /packaging
parent8cfe3f5aeb8862e2ae4e89e054c51d3111334d6a (diff)
macOS: Remove an exit code check.
Change-Id: I2b9d576bf6d5c49dcfa716abb00f80ea067328db Reviewed-on: https://code.wireshark.org/review/34953 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/osx-app.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/osx-app.sh.in b/packaging/macosx/osx-app.sh.in
index 11fb0cb941..3b5d17f72d 100755
--- a/packaging/macosx/osx-app.sh.in
+++ b/packaging/macosx/osx-app.sh.in
@@ -464,7 +464,7 @@ codesign_file () {
--entitlements "@CMAKE_SOURCE_DIR@/packaging/macosx/entitlements.plist" \
--timestamp \
--verbose \
- "$1" || exit 1
+ "$1"
}
# XXX We could do this via the productbuild calls in the {,un}install_*_pkg