tests: Fix bash shebang
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4253>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
export LISTEN_PID=$$
|
||||
exec "$@"
|
||||
|
Reference in New Issue
Block a user