You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/06/04 03:53:57 UTC

git commit: use env default python in merge_spark_pr.py

Repository: spark
Updated Branches:
  refs/heads/master 1faef149f -> e8d93ee52


use env default python in merge_spark_pr.py

A minor change to use env default python instead of fixed `/usr/bin/python`.

Author: Xiangrui Meng <me...@databricks.com>

Closes #965 from mengxr/merge-pr-python and squashes the following commits:

1ae0013 [Xiangrui Meng] use env default python in merge_spark_pr.py


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

Branch: refs/heads/master
Commit: e8d93ee5284cb6a1d4551effe91ee8d233323329
Parents: 1faef14
Author: Xiangrui Meng <me...@databricks.com>
Authored: Tue Jun 3 18:53:13 2014 -0700
Committer: Reynold Xin <rx...@apache.org>
Committed: Tue Jun 3 18:53:13 2014 -0700

----------------------------------------------------------------------
 dev/merge_spark_pr.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/e8d93ee5/dev/merge_spark_pr.py
----------------------------------------------------------------------
diff --git a/dev/merge_spark_pr.py b/dev/merge_spark_pr.py
index 7f744d5..e3ac32e 100755
--- a/dev/merge_spark_pr.py
+++ b/dev/merge_spark_pr.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more