]> sourceware.org Git - lvm2.git/commitdiff
Use /bin/bash for scripts with bashisms
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 14 May 2010 11:33:20 +0000 (11:33 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 14 May 2010 11:33:20 +0000 (11:33 +0000)
WHATS_NEW
scripts/clvmd_fix_conf.sh
scripts/fsadm.sh
scripts/last_cvs_update.sh
scripts/lvmconf.sh
scripts/lvmconf_lockingtype2.sh
scripts/vgimportclone.sh

index 94a9e91f53956561c3631782d49a64003ee09613..771a3f6f0e60f2cc116d1ffabe765a358f395920 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.65 - 
 =================================
+  Use /bin/bash for scripts with bashisms.
   Skip internal lvm devices in scan if ignore suspended devices is requested.
   Do not merge old device cache after we run full scan. (2.02.56)
   Add pkgconfigdir Makefile variable for make install override.
index a00263c1a6950b71da46bbff51c0728e222c3137..cc2c50dc8a4981dda511db05bced10241aed41cf 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Edit an lvm.conf file to enable cluster locking.
 #
index 50d3579713a111e361f332a7d429c25d80e292e9..e6b8e2facd90a1bd28529407212e4f337217db9c 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (C) 2007-2009 Red Hat, Inc. All rights reserved.
 #
index e38d0ec14a6ffba3cf7b0d024aa28ce6209575be..7b5afeabcc61b5f5ab5dd14209fcc8411f444048 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #$Header$
 ################################################################################
 ##
index bf1494b655f96806a5fd992fafe8152d1e16e8fa..3caaf9138316585320417cfe2d3e45b3b508b8d2 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (C) 2004-2009 Red Hat, Inc. All rights reserved.
 #
index f5c431314c34f6373f4114adbc35fb3e08c182e9..b823a43e64305d0fd5e97866a657f5d3e3dc08a5 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved.
 #
index ecf0546729b5cc4e24712532275a23dfa6dd09d6..731b860efcf17b810399c295c05d559f3928f982 100755 (executable)
@@ -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.
This page took 0.048859 seconds and 5 git commands to generate.