You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2015/02/06 10:33:42 UTC

spark git commit: [Minor] Remove permission for execution from spark-shell.cmd

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 <sa...@oss.nttdata.co.jp>

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 <sa...@oss.nttdata.co.jp>
Authored: Fri Feb 6 09:33:36 2015 +0000
Committer: Sean Owen <so...@cloudera.com>
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: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org