mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 18:05:06 -05:00
test: use env shebang in all bash scripts
This allows the scripts to be executed on systems that don't have bash in /bin. This fixes "make check".
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
. ./test.common
|
||||
|
||||
|
||||
Reference in New Issue
Block a user