From 888f7141a3fcb73e2ec254de7628eee12022c4fc Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Thu, 10 Apr 2014 16:03:33 -0700 Subject: [PATCH] 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 --- scripts/zimport.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zimport.sh b/scripts/zimport.sh index eeaec11cf0..8a6cdf05d1 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.