git-hooks: use bash for pre-commit-invoke-python
Since it contains bashisms. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5091>
This commit is contained in:
parent
eb9be6de78
commit
da3229d0cc
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
PYTHON="python3"
|
||||
if [[ $OS =~ Windows ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user