From 8ffc2b0f5e4b05472578797a569090ea04052593 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 3 Jan 2013 02:40:21 -0500 Subject: [PATCH] fix sugarise-doc-comments.py shebang --- src/etc/sugarise-doc-comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "..."])