From 27e88dec0436878c7a9fc47c11c7703874e3acfe Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 16 Jun 2020 18:02:45 -0700 Subject: Use /usr/bin/env for increased portability. --- md2man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'md2man') diff --git a/md2man b/md2man index a459e36c..7dbb1f31 100755 --- a/md2man +++ b/md2man @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # This script takes a manpage written in markdown and turns it into an html web # page and a nroff man page. The input file must have the name of the program -- cgit v1.2.1