You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ke...@apache.org on 2014/09/20 17:20:14 UTC

git commit: ISIS-896: Adding executable to shell scripts

Repository: isis
Updated Branches:
  refs/heads/master 5cd8afdd4 -> a9aa78182


ISIS-896: Adding executable to shell scripts


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

Branch: refs/heads/master
Commit: a9aa78182b73f754337ab5aaefbfeec0adf40436
Parents: 5cd8afd
Author: Kevin <ke...@apache.org>
Authored: Sat Sep 20 17:14:27 2014 +0200
Committer: Kevin <ke...@apache.org>
Committed: Sat Sep 20 17:14:27 2014 +0200

----------------------------------------------------------------------
 scripts/promoterctag.sh       | 1 +
 scripts/recreate-archetype.sh | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/a9aa7818/scripts/promoterctag.sh
----------------------------------------------------------------------
diff --git a/scripts/promoterctag.sh b/scripts/promoterctag.sh
old mode 100644
new mode 100755
index 26fb17e..58bf6b5
--- a/scripts/promoterctag.sh
+++ b/scripts/promoterctag.sh
@@ -1,3 +1,4 @@
+#!/bin/bash
 #
 # Removes an RC tag and replaces with final one
 #

http://git-wip-us.apache.org/repos/asf/isis/blob/a9aa7818/scripts/recreate-archetype.sh
----------------------------------------------------------------------
diff --git a/scripts/recreate-archetype.sh b/scripts/recreate-archetype.sh
old mode 100644
new mode 100755
index ea97270..2d3cd57
--- a/scripts/recreate-archetype.sh
+++ b/scripts/recreate-archetype.sh
@@ -1,3 +1,4 @@
+#!/bin/bash
 JIRA=$1
 
 if [ ! "$JIRA" ]; then