summaryrefslogtreecommitdiffstats
path: root/draklive
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-09-25 11:08:27 +0000
committerOlivier Blin <oblin@mandriva.com>2008-09-25 11:08:27 +0000
commit4c06980806a8d346bb9c288e383af6084d2ca65b (patch)
tree150afd4d0072ead736d5f99cfc9ee25c8de7d0f8 /draklive
parentd18067101851057d4ab0131a843a388070cadaeb (diff)
downloaddrakiso-4c06980806a8d346bb9c288e383af6084d2ca65b.tar
drakiso-4c06980806a8d346bb9c288e383af6084d2ca65b.tar.gz
drakiso-4c06980806a8d346bb9c288e383af6084d2ca65b.tar.bz2
drakiso-4c06980806a8d346bb9c288e383af6084d2ca65b.tar.xz
drakiso-4c06980806a8d346bb9c288e383af6084d2ca65b.zip
remove unnecessary parentheses (thanks Pixel)
Diffstat (limited to 'draklive')
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index e547b1d..f2d94d0 100755
--- a/draklive
+++ b/draklive
@@ -1313,7 +1313,7 @@ sub allocate_master {
#- FIXME: use parted?
require fs::type;
- my $pt_type = sprintf('%x', (fs::type::fs_type2subpart($fs))->{pt_type});
+ my $pt_type = sprintf('%x', fs::type::fs_type2subpart($fs)->{pt_type});
open(my $fdisk, "| fdisk -C $cylinders -S $sectors_per_track -H $heads $dest");
print $fdisk <<EOF;
o