mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
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 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
PYTHON="python3"
|
||||
if [[ $OS =~ Windows ]]; then
|
||||
|
|
Loading…
Reference in a new issue