Repository: wicket Updated Branches: refs/heads/master 51b934007 -> e3b8bf96f
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/e3b8bf96 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/e3b8bf96 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/e3b8bf96 Branch: refs/heads/master Commit: e3b8bf96f3f3ed51301c39cce3a7d95f580d5331 Parents: 51b9340 Author: Martijn Dashorst <[email protected]> Authored: Fri Nov 18 11:38:08 2016 +0100 Committer: Martijn Dashorst <[email protected]> Committed: Fri Nov 18 11:38:08 2016 +0100 ---------------------------------------------------------------------- release.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/e3b8bf96/release.sh ---------------------------------------------------------------------- diff --git a/release.sh b/release.sh index 8d53360..8488642 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:
