aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/zloop.sh
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2016-03-25 12:40:58 -0700
committerBrian Behlendorf <[email protected]>2016-03-25 14:27:46 -0700
commit9c13b489879beadc3eab04ebf16434477b3081db (patch)
tree9bedb778b48f49ba61927bf2a06dac39473262bd /scripts/zloop.sh
parent72a780cd1ceb94ee4fa226bf9a8948f3dd0e2d95 (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-xscripts/zloop.sh2
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