Revision: 16322
          http://sourceforge.net/p/skim-app/code/16322
Author:   hofman
Date:     2026-05-27 14:10:37 +0000 (Wed, 27 May 2026)
Log Message:
-----------
fail when any codesign command fails

Modified Paths:
--------------
    trunk/codesign_skim.sh

Modified: trunk/codesign_skim.sh
===================================================================
--- trunk/codesign_skim.sh      2026-05-26 22:47:25 UTC (rev 16321)
+++ trunk/codesign_skim.sh      2026-05-27 14:10:37 UTC (rev 16322)
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+# fail when any codesign command fails
+set -e
+
 IDENTITY="Skim Signing Certificate"
 
 if [ "$#" -gt 2 ]; then 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to