diff options
author | Brian Behlendorf <[email protected]> | 2014-04-10 16:03:33 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2014-04-10 16:07:59 -0700 |
commit | 888f7141a3fcb73e2ec254de7628eee12022c4fc (patch) | |
tree | a0f3bb7d443a997146e8e282a0d4333b69cad140 /scripts | |
parent | b761912b3473f09a642eea21d609ce9bc1c91546 (diff) |
Make zimport.sh bash dependency explicit
Unfortunately, the zimport.sh test script really does depend on
bash. Moving to /bin/sh should be possible once the shared
infrastructure scripts it depends on is made portable.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/zimport.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/zimport.sh b/scripts/zimport.sh index eeaec11cf..8a6cdf05d 100755 --- a/scripts/zimport.sh +++ b/scripts/zimport.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Verify that an assortment of known good reference pools can be imported # using different versions of the ZoL code. |