diff options
Diffstat (limited to 'test/scripts/setsid_wrapper.sh')
-rwxr-xr-x | test/scripts/setsid_wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/setsid_wrapper.sh b/test/scripts/setsid_wrapper.sh index 030c3b079de..550c7b94778 100755 --- a/test/scripts/setsid_wrapper.sh +++ b/test/scripts/setsid_wrapper.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash cmd=$1 force_foreground=$2 |