소스 검색

trivial make-signature.sh patch

Taylor R Campbell 15 년 전
부모
커밋
0f728e200a
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      contrib/make-signature.sh

+ 3 - 1
contrib/make-signature.sh

@@ -1,5 +1,7 @@
 #!/bin/sh
 #!/bin/sh
 
 
+set -eu
+
 if test "$1" = "" ; then
 if test "$1" = "" ; then
     echo "I need a package as an argument."
     echo "I need a package as an argument."
     exit 1
     exit 1
@@ -59,7 +61,7 @@ $DIGESTOUTPUT
    first few characters.  If the digest does not match, you do not have
    first few characters.  If the digest does not match, you do not have
    the right package file.  It could even be a forgery.
    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?
 Q: Why not just sign the package file, like you used to do?
 A: GPG signatures authenticate file contents, but not file names.  If
 A: GPG signatures authenticate file contents, but not file names.  If