diff options
author | Taylor R Campbell <campbell@mumble.net> | 2011-01-15 23:03:20 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-15 23:03:20 -0500 |
commit | 0f728e200ad404a199aecc4c61dbf3a3f273adc5 (patch) | |
tree | d5f283108d1ab127c8a8e9a845f8815bcd5aa56f | |
parent | c947db7f4b521434e07e8a8bc7b72ce57b73aecf (diff) | |
download | tor-0f728e200ad404a199aecc4c61dbf3a3f273adc5.tar.gz tor-0f728e200ad404a199aecc4c61dbf3a3f273adc5.zip |
trivial make-signature.sh patch
-rwxr-xr-x | contrib/make-signature.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/make-signature.sh b/contrib/make-signature.sh index a0edb67e6f..4aba08b754 100755 --- a/contrib/make-signature.sh +++ b/contrib/make-signature.sh @@ -1,5 +1,7 @@ #!/bin/sh +set -eu + if test "$1" = "" ; then echo "I need a package as an argument." exit 1 @@ -59,7 +61,7 @@ $DIGESTOUTPUT first few characters. If the digest does not match, you do not have the right package file. It could even be a forgery. -Frequentlty asked questions: +Frequently asked questions: Q: Why not just sign the package file, like you used to do? A: GPG signatures authenticate file contents, but not file names. If |