JAL-4428 giving another XXX
authorJim Procter <jprocter@dundee.ac.uk>
Wed, 11 Sep 2024 14:24:54 +0000 (15:24 +0100)
committerJim Procter <jprocter@dundee.ac.uk>
Wed, 11 Sep 2024 14:24:54 +0000 (15:24 +0100)
utils/osx_signing/sign_and_staple_dmg.sh

index b73cdb9..384cb62 100755 (executable)
@@ -217,7 +217,7 @@ else
   DMGNAME="$( basename "$DMGFILE" )"
 fi
 
-DMGNAMELC=$(echo "${DMGNAME//[ .]/_}" | tr '[:upper:]' '[:lower:]')
+DMGNAMELC=$(echo "${DMGNAME//[ .]/_}" | tr '[:upper:]' '[:lower:]')XXX
 
 if [ -z "$DMGFILE" ]; then
   echo "Must set a DMG disk image file with -i."