summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2010-05-14 11:33:20 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2010-05-14 11:33:20 +0000
commit7515338726a402b41585968057b25904814e3f3e (patch)
tree4184709c28a387fe9f1c45fbc5051b9fd2f36e80 /scripts
parent28e2b5b213f1f40784add459a74744b0ff071a91 (diff)
downloadlvm2-7515338726a402b41585968057b25904814e3f3e.tar.gz
lvm2-7515338726a402b41585968057b25904814e3f3e.tar.xz
lvm2-7515338726a402b41585968057b25904814e3f3e.zip
Use /bin/bash for scripts with bashisms
Diffstat (limited to 'scripts')
-rw-r--r--scripts/clvmd_fix_conf.sh2
-rw-r--r--scripts/fsadm.sh2
-rwxr-xr-xscripts/last_cvs_update.sh2
-rw-r--r--scripts/lvmconf.sh2
-rw-r--r--scripts/lvmconf_lockingtype2.sh2
-rwxr-xr-xscripts/vgimportclone.sh2
6 files changed, 6 insertions, 6 deletions
diff --git a/scripts/clvmd_fix_conf.sh b/scripts/clvmd_fix_conf.sh
index a00263c1..cc2c50dc 100644
--- a/scripts/clvmd_fix_conf.sh
+++ b/scripts/clvmd_fix_conf.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Edit an lvm.conf file to enable cluster locking.
#
diff --git a/scripts/fsadm.sh b/scripts/fsadm.sh
index 50d35797..e6b8e2fa 100644
--- a/scripts/fsadm.sh
+++ b/scripts/fsadm.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Copyright (C) 2007-2009 Red Hat, Inc. All rights reserved.
#
diff --git a/scripts/last_cvs_update.sh b/scripts/last_cvs_update.sh
index e38d0ec1..7b5afeab 100755
--- a/scripts/last_cvs_update.sh
+++ b/scripts/last_cvs_update.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#$Header$
################################################################################
##
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.
#
diff --git a/scripts/lvmconf_lockingtype2.sh b/scripts/lvmconf_lockingtype2.sh
index f5c43131..b823a43e 100644
--- a/scripts/lvmconf_lockingtype2.sh
+++ b/scripts/lvmconf_lockingtype2.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved.
#
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.