[geany/geany-osx] 5a19ab: Remove extra 's' in sleep command

Jiří Techet git-noreply at xxxxx
Sat Oct 30 19:27:22 UTC 2021


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sat, 30 Oct 2021 19:27:22 UTC
Commit:      5a19ab4a2220b0c9441c97288579b6ede53fef39
             https://github.com/geany/geany-osx/commit/5a19ab4a2220b0c9441c97288579b6ede53fef39

Log Message:
-----------
Remove extra 's' in sleep command


Modified Paths:
--------------
    notarize.sh

Modified: notarize.sh
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -21,7 +21,7 @@ REQUESTUUID=$(sed -n 's/RequestUUID = \(.*\)/\1/p' ${TMPDIR}notarize_output);
 echo "Disk image has been uploaded. Request UUID is ${REQUESTUUID}. Checking status every 10 seconds:";
 STATUS="in progress";
 while [ "${STATUS}" = "in progress" ]; do
-	sleep 10s;
+	sleep 10;
 	xcrun altool --notarization-info "${REQUESTUUID}" -u "${APPLEID}" -p "${PASSWORD}" > ${TMPDIR}notarize_output 2>&1 || { cat ${TMPDIR}notarize_output; rm -f ${TMPDIR}notarize_output; echo "Failed to check on notarization status."; exit $?; };
 	STATUS=$(sed -ne 's/^[[:space:]]*Status: \(.*\)$/\1/p' ${TMPDIR}notarize_output);
 	echo "Status: ${STATUS}"



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list