git update-index --chmod=+x for *.sh files after renaming

Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/8bad1d63
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/8bad1d63
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/8bad1d63

Branch: refs/heads/ignite-54-55
Commit: 8bad1d63787c124338df8947625305334a79d00d
Parents: 918b1b1
Author: avinogradov <avinogra...@gridgain.com>
Authored: Tue Feb 3 16:45:50 2015 +0300
Committer: avinogradov <avinogra...@gridgain.com>
Committed: Tue Feb 3 16:45:50 2015 +0300

----------------------------------------------------------------------
 bin/ignitevisorcmd.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/8bad1d63/bin/ignitevisorcmd.sh
----------------------------------------------------------------------
diff --git a/bin/ignitevisorcmd.sh b/bin/ignitevisorcmd.sh
index 2d465de..319d282 100755
--- a/bin/ignitevisorcmd.sh
+++ b/bin/ignitevisorcmd.sh
@@ -15,7 +15,7 @@
 #  limitations under the License.
 
 #
-# Import common functions. 
+# Import common functions.
 #
 if [ "${IGNITE_HOME}" = "" ];
     then IGNITE_HOME_TMP="$(dirname "$(cd "$(dirname "$0")"; 
"pwd")")";IGNITE_HOME_TMP="$(dirname "${IGNITE_HOME_TMP}")" # Will be removed 
in release.

Reply via email to