Skip to content

Commit 193c2fb

Browse files
Use bash instead of POSIX sh. POSIX sh does not support arrays.
1 parent 80f5f28 commit 193c2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/devtools/gen-manpages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
TOPDIR=${TOPDIR:-$(git rev-parse --show-toplevel)}
44
SRCDIR=${SRCDIR:-$TOPDIR/src}

0 commit comments

Comments
 (0)