git-version: Make shebang #!/bin/bash

There is some bash-ism in the script.
This commit is contained in:
Xi Ruoyao
2023-09-13 13:46:57 +08:00
parent e0a942748e
commit a9dc9724ae

View File

@@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
if [ "$1" = sysv ]; then if [ "$1" = sysv ]; then
SYSV="INCLUDE" SYSV="INCLUDE"