Updated Branches: refs/heads/trunk 24d17d5be -> 500d9caad
fixed typo. first push. woot Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/500d9caa Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/500d9caa Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/500d9caa Branch: refs/heads/trunk Commit: 500d9caad302274423f1089e428e9824865268b0 Parents: 24d17d5 Author: Igor Vaynberg <[email protected]> Authored: Tue Dec 20 20:10:17 2011 -0800 Committer: Igor Vaynberg <[email protected]> Committed: Tue Dec 20 20:10:17 2011 -0800 ---------------------------------------------------------------------- release-igor.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/500d9caa/release-igor.sh ---------------------------------------------------------------------- diff --git a/release-igor.sh b/release-igor.sh index d55ef0b..d4a9377 100755 --- a/release-igor.sh +++ b/release-igor.sh @@ -33,7 +33,7 @@ stty -echo read passphrase stty $stty_orig -# test the GPGP passphrase to fail-fast: +# test the GPG passphrase to fail-fast: echo "$passphrase" | gpg --passphrase-fd 0 --armor --output pom.xml.asc --detach-sig pom.xml gpg --verify pom.xml.asc if [ $? -ne 0 ]; then
