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:
parent
d920e7053c
commit
9ff6dc93af
1 changed files with 1 additions and 1 deletions
|
@ -2081,7 +2081,7 @@ create_signature() {
|
||||||
if [[ -n $GPGKEY ]]; then
|
if [[ -n $GPGKEY ]]; then
|
||||||
SIGNWITHKEY="-u ${GPGKEY}"
|
SIGNWITHKEY="-u ${GPGKEY}"
|
||||||
fi
|
fi
|
||||||
# The signature will be generated directly in ascii-friendly format
|
|
||||||
gpg --detach-sign --use-agent ${SIGNWITHKEY} --no-armor "$filename" &>/dev/null || ret=$?
|
gpg --detach-sign --use-agent ${SIGNWITHKEY} --no-armor "$filename" &>/dev/null || ret=$?
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue