Fix: use Bash for all shell scripts
[ctf-testsuite.git] / tests / 1.8 / stress / run.sh
index 9b3a3923b1a2502b7a7822801be41d61d4a89139..6c7b91f2e9f09549324058c415c189dc6f5ebc85 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 for dir in $(find -mindepth 1 -maxdepth 1 -type d | sort); do
        echo "Running ${dir} tests"
This page took 0.0224 seconds and 4 git commands to generate.