90lvm/lvm_scan.sh: removed garbage line
authorHarald Hoyer <harald@redhat.com>
Tue, 22 Feb 2011 17:40:40 +0000 (18:40 +0100)
committerHarald Hoyer <harald@redhat.com>
Tue, 22 Feb 2011 17:40:40 +0000 (18:40 +0100)
modules.d/90lvm/lvm_scan.sh

index 9f9ce92..7573615 100755 (executable)
@@ -63,7 +63,6 @@ OLDIFS=$IFS
 IFS=.
 set $(lvm version 2>/dev/null)
 IFS=$OLDIFS
-maj min sub
 maj=${1##*:}
 min=$2
 sub=${3%% *}