commit:     ce967c357bf30ea11da730896eeef00e0070f4a1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 27 00:06:41 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 27 00:06:41 2026 +0000
URL:        
https://gitweb.gentoo.org/proj/gentoo-authority-key.git/commit/?id=ce967c35

autosign.bash: move comment char

Signed-off-by: Sam James <sam <AT> gentoo.org>

 autosign.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autosign.bash b/autosign.bash
index 6180db2..10b285f 100755
--- a/autosign.bash
+++ b/autosign.bash
@@ -160,7 +160,7 @@ sign_key() {
        done < <(gpg --no-auto-check-trustdb --with-colons --list-keys "${key}" 
2>/dev/null)
 
        if [[ ${#uids[@]} -eq 0 ]]; then
-#              echo "${sign_uid}: no @g.o UID (${key})"
+               #echo "${sign_uid}: no @g.o UID (${key})"
                return 1
        elif [[ ${#uids[@]} -eq 1 && ${need_full} -eq 0 ]]; then
                # if UID is unambiguous, use e-mail

Reply via email to