summaryrefslogtreecommitdiff
path: root/dselect/methods/multicd/setup
diff options
context:
space:
mode:
Diffstat (limited to 'dselect/methods/multicd/setup')
-rwxr-xr-xdselect/methods/multicd/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/methods/multicd/setup b/dselect/methods/multicd/setup
index 81564cc55..66f6fa2f3 100755
--- a/dselect/methods/multicd/setup
+++ b/dselect/methods/multicd/setup
@@ -122,7 +122,7 @@ getblockdev () {
set -e
proposeddevice="$tryblockdevice" perl -ne '
next unless /^ *Device +Boot +Begin +Start +End +Blocks +Id +System *$/i .. !/\S/;
-next unless s:^/\S+:: && $& eq $ENV{"proposeddevice"};
+next unless s:^/\S+:: && $& eq $ENV{proposeddevice};
next unless s/^ +(\* +)?\d+ +\d+ +\d+ +\d+\+? +//;
next unless m/^([0-9a-f]{1,2}) /i;
%types= ( "1","msdos", "4","msdos", "6","msdos", "7","hpfs", "80","minix",