From c1475343859d6aa50fed87fe954a07afee3e17b7 Mon Sep 17 00:00:00 2001 From: amichel Date: Sat, 16 May 2015 01:59:27 -0700 Subject: [PATCH] Change interpreter to bash, [[ is just better --- plugins/zfs/zfsonlinux_stats_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/zfs/zfsonlinux_stats_ b/plugins/zfs/zfsonlinux_stats_ index 8fe5cd01..d96c8fd2 100755 --- a/plugins/zfs/zfsonlinux_stats_ +++ b/plugins/zfs/zfsonlinux_stats_ @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # ZFS statistics for ZFSonLinux # Author: Adam Michel (elfurbe@furbism.com) #