Remove the comment above the signature generation command as the command
is self explanatory and no longer does what the comment says.
---
 scripts/makepkg.sh.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 96e5349..a1d9f45 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -2081,7 +2081,7 @@ create_signature() {
        if [[ -n $GPGKEY ]]; then
                SIGNWITHKEY="-u ${GPGKEY}"
        fi
-       # The signature will be generated directly in ascii-friendly format
+
        gpg --detach-sign --use-agent ${SIGNWITHKEY} --no-armor "$filename" 
&>/dev/null || ret=$?
 
 
-- 
2.0.0


Reply via email to