From 9ff6dc93afd2c09a0ca79d3d43c2d496c1416ef8 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 2 Jun 2014 06:49:10 +0200 Subject: 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 --- scripts/makepkg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index ac97c5b9..4174ba58 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=$? -- cgit v1.2.3-24-g4f1b