summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJake Freeland <jakesfreeland@gmail.com>2022-08-23 11:56:42 -0500
committerPetri Latvala <petri.latvala@intel.com>2022-08-30 10:06:59 +0300
commit9338ab3ec085292817ab1e74d1f2fb90b6a98332 (patch)
treede83f295cb72b7953fd6d0a2d26e908f62f4ea89 /man
parenta23e8aed0b54018339647d0817267431bd2b7075 (diff)
replaced /bin/bash shebangs with /bin/sh for BSD compatibility
Signed-off-by: Jake Freeland <jfree@freebsd.org> Reviewed-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'man')
-rwxr-xr-xman/rst2man.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/rst2man.sh b/man/rst2man.sh
index 49a98fc52..b7f289910 100755
--- a/man/rst2man.sh
+++ b/man/rst2man.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
rst2man=$1
input=$2