1From 38c97e590fde19213f6ba31e72d1c227db869427 Mon Sep 17 00:00:00 2001 2From: Robert Yang <liezhi.yang@windriver.com> 3Date: Sun, 31 Aug 2014 22:28:38 -0700 4Subject: [PATCH] aoe-stat.in: no bashism 5 6The checkbashisms shows there is no bashism, so use /bin/sh. 7 8Upstream-Status: Pending 9 10Signed-off-by: Robert Yang <liezhi.yang@windriver.com> 11--- 12 aoe-stat.in | 2 +- 13 1 file changed, 1 insertion(+), 1 deletion(-) 14 15diff --git a/aoe-stat.in b/aoe-stat.in 16index 50e6ac6..0c1d6f5 100755 17--- a/aoe-stat.in 18+++ b/aoe-stat.in 19@@ -1,4 +1,4 @@ 20-#! /bin/bash 21+#! /bin/sh 22 # aoe-stat - collate and present information about AoE storage 23 # Copyright 2012, CORAID, Inc., and licensed under GPL v.2. 24 25-- 261.7.9.5 27 28