From: Brian Behlendorf Date: Fri, 25 Mar 2016 19:40:58 +0000 (-0700) Subject: zloop.sh requires bash X-Git-Tag: zfs-0.7.0-rc1~220 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c13b489879beadc3eab04ebf16434477b3081db;p=zfs 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 --- diff --git a/scripts/zloop.sh b/scripts/zloop.sh index 26ad1780c..2550eab45 100755 --- a/scripts/zloop.sh +++ b/scripts/zloop.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # CDDL HEADER START