summaryrefslogtreecommitdiff
path: root/md2man
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-06-16 18:02:45 -0700
committerWayne Davison <wayne@opencoder.net>2020-06-16 18:27:48 -0700
commit27e88dec0436878c7a9fc47c11c7703874e3acfe (patch)
treeabe6c09a22bc5b46ec9ff43f5724fd8c6900da0a /md2man
parent929f136b3ba5c554f8ae40761f6561678c26fa19 (diff)
downloadrsync-27e88dec0436878c7a9fc47c11c7703874e3acfe.tar.gz
Use /usr/bin/env for increased portability.
Diffstat (limited to 'md2man')
-rwxr-xr-xmd2man2
1 files changed, 1 insertions, 1 deletions
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