]> granicus.if.org Git - zfs/commitdiff
Make zimport.sh bash dependency explicit
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 10 Apr 2014 23:03:33 +0000 (16:03 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 10 Apr 2014 23:07:59 +0000 (16:07 -0700)
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 <behlendorf1@llnl.gov>
scripts/zimport.sh

index eeaec11cf07790f341e3ddd41754eab0a7206554..8a6cdf05d1372fed304fec264c75d1544c140264 100755 (executable)
@@ -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.