diff options
Diffstat (limited to 'scripts/dev/gen_verify_stub')
-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 1dc3ba0cee..ac6dc4434d 100755 --- a/scripts/dev/gen_verify_stub +++ b/scripts/dev/gen_verify_stub @@ -39,7 +39,7 @@ do done for TARBALL in "$PHPROOT/php-$RELEASE_VER.tar.bz2" "$PHPROOT/php-$RELEASE_VER.tar.gz" "$PHPROOT/php-$RELEASE_VER.tar.xz" -do +do basename $TARBALL echo "SHA256 hash: `sha256sum $TARBALL | cut -d' ' -f1`"; echo PGP signature: |