You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2016/03/13 02:44:58 UTC

[2/4] storm git commit: use '/usr/bin/env python' in storm.py

use '/usr/bin/env python' in storm.py


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

Branch: refs/heads/master
Commit: 686c63f0f26c89b434e2d9de77c0f8f987292c75
Parents: 20f1497
Author: 卫乐 <we...@taobao.com>
Authored: Thu Mar 10 10:33:17 2016 +0800
Committer: 卫乐 <we...@taobao.com>
Committed: Thu Mar 10 10:33:17 2016 +0800

----------------------------------------------------------------------
 bin/storm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/686c63f0/bin/storm.py
----------------------------------------------------------------------
diff --git a/bin/storm.py b/bin/storm.py
index 997989a..33fe026 100755
--- a/bin/storm.py
+++ b/bin/storm.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file