diff options
author | Anatol Belski <ab@php.net> | 2015-08-20 11:35:46 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-08-20 13:32:30 +0200 |
commit | ef063dcb055aa1b3d04c5500ded76c13a581d97d (patch) | |
tree | b0150b4c76a2131693121dcc3620ae55ddae9298 /scripts/dev | |
parent | 4ad0714d762bd5dbfa2540e776833eb317f21a1f (diff) | |
download | php-git-ef063dcb055aa1b3d04c5500ded76c13a581d97d.tar.gz |
one new line too much
Diffstat (limited to 'scripts/dev')
-rwxr-xr-x | scripts/dev/gen_verify_stub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dev/gen_verify_stub b/scripts/dev/gen_verify_stub index 164ee17cc5..4d07a9dcb8 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 |