diff options
Diffstat (limited to 'devscripts/run_tests.sh')
-rwxr-xr-x | devscripts/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devscripts/run_tests.sh b/devscripts/run_tests.sh index e9904ae35..d496a092b 100755 --- a/devscripts/run_tests.sh +++ b/devscripts/run_tests.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh if [ -z $1 ]; then test_set='test' |