1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Use /bin/bash for scripts with bashisms

This commit is contained in:
Zdenek Kabelac 2010-05-14 11:33:20 +00:00
parent 28e2b5b213
commit 7515338726
7 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.65 - Version 2.02.65 -
================================= =================================
Use /bin/bash for scripts with bashisms.
Skip internal lvm devices in scan if ignore suspended devices is requested. 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) Do not merge old device cache after we run full scan. (2.02.56)
Add pkgconfigdir Makefile variable for make install override. Add pkgconfigdir Makefile variable for make install override.

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# #
# Edit an lvm.conf file to enable cluster locking. # Edit an lvm.conf file to enable cluster locking.
# #

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# #
# Copyright (C) 2007-2009 Red Hat, Inc. All rights reserved. # Copyright (C) 2007-2009 Red Hat, Inc. All rights reserved.
# #

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
#$Header$ #$Header$
################################################################################ ################################################################################
## ##

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# #
# Copyright (C) 2004-2009 Red Hat, Inc. All rights reserved. # Copyright (C) 2004-2009 Red Hat, Inc. All rights reserved.
# #

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# #
# Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. # Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved.
# #

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# Copyright (C) 2009 Chris Procter All rights reserved. # Copyright (C) 2009 Chris Procter All rights reserved.
# Copyright (C) 2009 Red Hat, Inc. All rights reserved. # Copyright (C) 2009 Red Hat, Inc. All rights reserved.