From 8cad5c4f10ae431914e015c79986470ed75319e0 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Fri, 27 Aug 2010 09:30:46 +0000 Subject: change the shell to bash form sh Signed-off-by: Raghavendra Bhat Signed-off-by: Vijay Bellur --- extras/test/gluster_commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/test/gluster_commands.sh b/extras/test/gluster_commands.sh index f059bbeb244..560441133e4 100755 --- a/extras/test/gluster_commands.sh +++ b/extras/test/gluster_commands.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright (c) 2006-2010 Gluster, Inc. # This file is part of GlusterFS. -- cgit