summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorOrgad Shaneh <orgads@gmail.com>2013-01-02 10:08:18 +0200
committerOrgad Shaneh <orgads@gmail.com>2013-01-16 08:37:43 +0000
commitc7cfce387a42e3ac2f182038149e66880565d3b3 (patch)
tree4d58efca8d775d0b54c4e372d4d7695ac6d3eb83 /contrib
parent57143be354f56ca1a552ed4ecedf0721a0f2f9d4 (diff)
TrivialRebase: Use plain python instead of python2.6
Windows installation only has python.exe Change-Id: I779d8e38be333e7580f00158e1b08166934155a4
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/trivial_rebase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/trivial_rebase.py b/contrib/trivial_rebase.py
index a514b4c7e3..508f9c0389 100755
--- a/contrib/trivial_rebase.py
+++ b/contrib/trivial_rebase.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.6
+#!/usr/bin/env python
# Copyright (c) 2010, Code Aurora Forum. All rights reserved.
#