diff --git a/hack/seccomp-notify.sh b/hack/seccomp-notify.sh index 0c1afe71..dda0a756 100755 --- a/hack/seccomp-notify.sh +++ b/hack/seccomp-notify.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#! /usr/bin/env bash if $(printf '#include \nvoid main(){struct seccomp_notif_sizes s;}' | cc -x c - -o /dev/null 2> /dev/null && pkg-config --atleast-version 2.5.0 libseccomp); then echo "0" fi