diff --git a/scripts/dev/gen_verify_stub b/scripts/dev/gen_verify_stub index 164ee17cc57..4d07a9dcb8a 100755 --- a/scripts/dev/gen_verify_stub +++ b/scripts/dev/gen_verify_stub @@ -44,7 +44,7 @@ do echo "SHA256 hash: `sha256sum $TARBALL | cut -d' ' -f1`"; echo PGP signature: cat $TARBALL.asc - echo -e "\n\n" + echo -e "\n" done exit 0