about summary refs log tree commit diff
path: root/src/etc
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2013-01-03 02:40:21 -0500
committerDaniel Micay <danielmicay@gmail.com>2013-01-03 02:40:21 -0500
commit8ffc2b0f5e4b05472578797a569090ea04052593 (patch)
treeab6be051445a5caaf835dd80e3df27b93042d7e3 /src/etc
parent587ce4894e0a4b2b785b7b5e803e7ab4c9241258 (diff)
downloadrust-8ffc2b0f5e4b05472578797a569090ea04052593.tar.gz
rust-8ffc2b0f5e4b05472578797a569090ea04052593.zip
fix sugarise-doc-comments.py shebang
Diffstat (limited to 'src/etc')
-rwxr-xr-xsrc/etc/sugarise-doc-comments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/sugarise-doc-comments.py b/src/etc/sugarise-doc-comments.py
index 04c8a4ebff2..bd21447ffcc 100755
--- a/src/etc/sugarise-doc-comments.py
+++ b/src/etc/sugarise-doc-comments.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 #
 # this script attempts to turn doc comment attributes (#[doc = "..."])