You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2015/10/20 00:21:09 UTC

[5/5] wicket git commit: Fixed promote/revert script generation

Fixed promote/revert script generation


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/98e5fe3b
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/98e5fe3b
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/98e5fe3b

Branch: refs/heads/wicket-7.x
Commit: 98e5fe3b4728a5801c0dae80897e8eb12d2245db
Parents: a45d221
Author: Martijn Dashorst <da...@apache.org>
Authored: Tue Oct 20 00:20:46 2015 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Tue Oct 20 00:20:46 2015 +0200

----------------------------------------------------------------------
 release.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/98e5fe3b/release.sh
----------------------------------------------------------------------
diff --git a/release.sh b/release.sh
index 0f14dbd..92bb314 100755
--- a/release.sh
+++ b/release.sh
@@ -53,7 +53,7 @@ echo -n "Promoting release $version
 Actions about to be performed:
 ------------------------------
 
-$(cat \$0 | tail -n +14)
+\$(cat \$0 | tail -n +14)
 
 ------------------------------------------
 Press enter to continue or CTRL-C to abort"
@@ -105,7 +105,7 @@ echo -n "Reverting release $version
 Actions about to be performed:
 ------------------------------
 
-$(cat $0 | tail -n +14)
+\$(cat \$0 | tail -n +14)
 
 ------------------------------------------
 Press enter to continue or CTRL-C to abort"