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/vgimportclone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/vgimportclone.sh') diff --git a/scripts/vgimportclone.sh b/scripts/vgimportclone.sh index ecf05467..731b860e 100755 --- a/scripts/vgimportclone.sh +++ b/scripts/vgimportclone.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright (C) 2009 Chris Procter All rights reserved. # Copyright (C) 2009 Red Hat, Inc. All rights reserved. -- cgit