aboutsummaryrefslogtreecommitdiff
path: root/build-source.sh
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-08-22 20:21:09 +0000
committera1346054 <36859588+a1346054@users.noreply.github.com>2021-10-14 21:48:12 +0000
commitcea34725f1abf80612fe00e4e4feac0479aef52b (patch)
treea1759685ae56b187e4956e69864517ae382b51fe /build-source.sh
parent601e215565a6b5518fc7c7883707106eda73fb9d (diff)
downloadonionshare-cea34725f1abf80612fe00e4e4feac0479aef52b.tar.gz
onionshare-cea34725f1abf80612fe00e4e4feac0479aef52b.zip
Fix whitespace issues
* make sure files contain a final newline * use consistent indentation * trim excess whitespace * trim trailing whitespace
Diffstat (limited to 'build-source.sh')
-rwxr-xr-xbuild-source.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-source.sh b/build-source.sh
index add57583..0946683d 100755
--- a/build-source.sh
+++ b/build-source.sh
@@ -4,7 +4,7 @@
# Usage
display_usage() {
- echo "Usage: $0 [tag]"
+ echo "Usage: $0 [tag]"
}
if [ $# -lt 1 ]
@@ -46,13 +46,13 @@ then
echo "Tag does not verify"
exit 1
fi
-cat ../verify.txt |grep "using RSA key 927F419D7EC82C2F149C1BD1403C2657CD994F73"
+cat ../verify.txt | grep "using RSA key 927F419D7EC82C2F149C1BD1403C2657CD994F73"
if [ $? -ne 0 ]
then
echo "Tag signed with wrong key"
exit 1
fi
-cat ../verify.txt |grep "^gpg: Good signature from"
+cat ../verify.txt | grep "^gpg: Good signature from"
if [ $? -ne 0 ]
then
echo "Tag verification missing 'Good signature from'"