mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-07 07:45:06 -05:00
test: use env in shebang of system tests
This should allow the tests to run on systems where bash is not in /bin.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
print_help() {
|
||||
echo "$1 [-a] [-d] [TEST]..."
|
||||
|
||||
Reference in New Issue
Block a user