Repository: spark Updated Branches: refs/heads/master 575d2df35 -> f6ba813af
[Minor] Remove permission for execution from spark-shell.cmd .cmd files in bin is not set permission for execution except for spark-shell.cmd. Let's unify that. Author: Kousuke Saruta <[email protected]> Closes #3983 from sarutak/fix-mode-of-cmd and squashes the following commits: 9d6eedc [Kousuke Saruta] Removed permission for execution from spark-shell.cmd Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/f6ba813a Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/f6ba813a Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/f6ba813a Branch: refs/heads/master Commit: f6ba813af21f8aa277155b789a7330e356ce15da Parents: 575d2df Author: Kousuke Saruta <[email protected]> Authored: Fri Feb 6 09:33:36 2015 +0000 Committer: Sean Owen <[email protected]> Committed: Fri Feb 6 09:33:36 2015 +0000 ---------------------------------------------------------------------- bin/spark-shell.cmd | 0 1 file changed, 0 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/f6ba813a/bin/spark-shell.cmd ---------------------------------------------------------------------- diff --git a/bin/spark-shell.cmd b/bin/spark-shell.cmd old mode 100755 new mode 100644 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
