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
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

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