diff options
author | Brian Behlendorf <[email protected]> | 2016-03-25 12:40:58 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-03-25 14:27:46 -0700 |
commit | 9c13b489879beadc3eab04ebf16434477b3081db (patch) | |
tree | 9bedb778b48f49ba61927bf2a06dac39473262bd /scripts/zloop.sh | |
parent | 72a780cd1ceb94ee4fa226bf9a8948f3dd0e2d95 (diff) |
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 <[email protected]>
Closes #4441
Diffstat (limited to 'scripts/zloop.sh')
-rwxr-xr-x | scripts/zloop.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |