makepkg: Remove redundant sig generation comment

Remove the comment above the signature generation command as the command
is self explanatory and no longer does what the comment says.

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Johannes Löthberg 2014-06-02 06:49:10 +02:00 committed by Allan McRae
parent d920e7053c
commit 9ff6dc93af
1 changed files with 1 additions and 1 deletions

View File

@ -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=$?