mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-05 17:55:07 -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
|
||||
|
||||
print_help() {
|
||||
echo "$1 [-a] [-i ITERATIONS] [-m MAXFAILS] [-s SEED] [TEST]..."
|
||||
|
||||
Reference in New Issue
Block a user