diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2013-01-03 02:40:21 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2013-01-03 02:40:21 -0500 |
| commit | 8ffc2b0f5e4b05472578797a569090ea04052593 (patch) | |
| tree | ab6be051445a5caaf835dd80e3df27b93042d7e3 /src/etc | |
| parent | 587ce4894e0a4b2b785b7b5e803e7ab4c9241258 (diff) | |
| download | rust-8ffc2b0f5e4b05472578797a569090ea04052593.tar.gz rust-8ffc2b0f5e4b05472578797a569090ea04052593.zip | |
fix sugarise-doc-comments.py shebang
Diffstat (limited to 'src/etc')
| -rwxr-xr-x | src/etc/sugarise-doc-comments.py | 2 |
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 = "..."]) |
