diff options
Diffstat (limited to 'Misc/faq2html.py')
-rwxr-xr-x | Misc/faq2html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/faq2html.py b/Misc/faq2html.py index 84346b4..32f3e79 100755 --- a/Misc/faq2html.py +++ b/Misc/faq2html.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python +#! /usr/bin/env python # A somewhat-generalized FAQ-to-HTML converter (by Ka-Ping Yee, 10 Sept 96) |