]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
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 9f9ce92a8fd83ef97df408d6af85f15eabf14d94..757361587e62696f1a512f864e59d12f72b1e13a 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%% *}