@pmatilai commented on this pull request.


> +    genkey_gpg
+    ;;
+sq)
+    genkey_sq
+    ;;
+*)
+    if [ -z "${prog}" ]; then
+        log "No signing program found, install sequoia-sq or gnupg"
+    else
+        log "Unknown signing program: ${prog}"
+    fi
+    exit 1
+    ;;
+esac
+
+if [ -z "${prog}" ]; then

Right, I fiddled these checks back and forth so many times because there was 
always some case I realized wasn't handled. But this does seem like a dupe 
:smile: 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3665#discussion_r2020766534
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/3665/review/[email protected]>
_______________________________________________
Rpm-maint mailing list
[email protected]
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to