From 7515338726a402b41585968057b25904814e3f3e Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 14 May 2010 11:33:20 +0000 Subject: Use /bin/bash for scripts with bashisms --- scripts/lvmconf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/lvmconf.sh') diff --git a/scripts/lvmconf.sh b/scripts/lvmconf.sh index bf1494b6..3caaf913 100644 --- a/scripts/lvmconf.sh +++ b/scripts/lvmconf.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Copyright (C) 2004-2009 Red Hat, Inc. All rights reserved. # -- cgit