From 9c13b489879beadc3eab04ebf16434477b3081db Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Fri, 25 Mar 2016 12:40:58 -0700 Subject: [PATCH] zloop.sh requires bash The zloop.sh script requires bash. It will require further improvements to be compatible with the alternatives such as dash. This resolves the ztest failures observed under Ubuntu in the automated tested. Signed-off-by: Brian Behlendorf Closes #4441 --- scripts/zloop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zloop.sh b/scripts/zloop.sh index 26ad1780c3..2550eab45c 100755 --- a/scripts/zloop.sh +++ b/scripts/zloop.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # CDDL HEADER START