diff options
author | Gerald Combs <gerald@wireshark.org> | 2013-10-28 19:09:58 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2013-10-28 19:09:58 +0000 |
commit | 31db0135f4da1f37ca44ef33929fd16d5c0ebd42 (patch) | |
tree | cf0bea89357047314f0afb23b3fe77a9569b682f /packaging | |
parent | 9a2f5a2db224f90cf59053733a279c3d68095ed2 (diff) | |
download | wireshark-31db0135f4da1f37ca44ef33929fd16d5c0ebd42.tar.gz wireshark-31db0135f4da1f37ca44ef33929fd16d5c0ebd42.tar.bz2 wireshark-31db0135f4da1f37ca44ef33929fd16d5c0ebd42.zip |
Add some verbosity.
svn path=/trunk/; revision=52929
Diffstat (limited to 'packaging')
-rwxr-xr-x | packaging/macosx/osx-app.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh index a094764ed9..a99d64428d 100755 --- a/packaging/macosx/osx-app.sh +++ b/packaging/macosx/osx-app.sh @@ -589,6 +589,8 @@ codesign_file () { } if [ -n "$CODE_SIGN_IDENTITY" ] ; then + security find-identity -v -s "$CODE_SIGN_IDENTITY" -p codesigning + echo "Signing executables" for binary in $cs_binary_list ; do codesign_file "$binary" |