summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-blockdevices-filesystems.sh
diff options
context:
space:
mode:
authorpyther@pyther.net <pyther@pyther.net>2011-01-01 18:12:28 -0500
committerDieter Plaetinck <dieter@plaetinck.be>2011-01-02 10:59:16 +0100
commite43e4d55208a2d2e52bca873d7eae932e0d10e95 (patch)
tree59deb139fa0c184a42833db75360467912781422 /src/core/libs/lib-blockdevices-filesystems.sh
parent5eeb60d38cba4776d61d34f6a26980efd4b06f5f (diff)
change mdraid_is-raid to mdraid_is_raid
Signed-off-by: Dieter Plaetinck <dieter@plaetinck.be>
Diffstat (limited to 'src/core/libs/lib-blockdevices-filesystems.sh')
-rw-r--r--src/core/libs/lib-blockdevices-filesystems.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-blockdevices-filesystems.sh b/src/core/libs/lib-blockdevices-filesystems.sh
index 7901dfe..4457721 100644
--- a/src/core/libs/lib-blockdevices-filesystems.sh
+++ b/src/core/libs/lib-blockdevices-filesystems.sh
@@ -920,7 +920,7 @@ get_blockdevice_size ()
# $1 blockdevice (ex: /dev/md0 or /dev/sda1)
# return true when blockdevice is an md raid, otherwise return a unset value
-mdraid_is-raid ()
+mdraid_is_raid()
{
local israid
if [ -z $1 ]; then