Repository: wicket
Updated Branches:
  refs/heads/wicket-7.x 16e097d25 -> 9e98862c2


Use bash directly for compatibilty with Ubuntu


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

Branch: refs/heads/wicket-7.x
Commit: 9e98862c22404dc76dfe8b96dc6812e9bd813ac4
Parents: 16e097d
Author: Martijn Dashorst <[email protected]>
Authored: Fri Nov 18 11:38:08 2016 +0100
Committer: Martijn Dashorst <[email protected]>
Committed: Wed Nov 23 22:52:13 2016 +0100

----------------------------------------------------------------------
 release.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/9e98862c/release.sh
----------------------------------------------------------------------
diff --git a/release.sh b/release.sh
index 0bbe9b4..d7d1d76 100755
--- a/release.sh
+++ b/release.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #  Licensed to the Apache Software Foundation (ASF) under one or more
 #  contributor license agreements.  See the NOTICE file distributed with
 #  this work for additional information regarding copyright ownership.
@@ -47,7 +47,7 @@ function getJdkToolchain {
 function generate_promotion_script {
     echo "Generating release promotion script 'promote-$version.sh'"
 read -d '' script <<- EOF
-#!/bin/sh
+#!/bin/bash
 echo "Promoting release $version
 
 Actions about to be performed:
@@ -97,7 +97,7 @@ echo "$script" > promote-$version.sh
 function generate_rollback_script {
        echo "Generating release rollback script 'revert-$version.sh'"
 read -d '' script <<- EOF
-#!/bin/sh
+#!/bin/bash
 echo -n "Reverting release $version
 
 Actions about to be performed:

Reply via email to