From 42266fffc1f2212b1635c89f7c3f55eac544cc80 Mon Sep 17 00:00:00 2001 From: Andrey Borzenkov Date: Thu, 11 Jun 2009 15:22:46 +0000 Subject: SILENT: fix commit r257807 --- perl-install/fs/type.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs') diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index 3bca482fd..85d2b64c2 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -275,7 +275,7 @@ sub call_blkid { my %h = map { if_(/(.*?)=(.*)/, $1 => $2); - } run_program::get_stdout('/sbin/blkid', '-o', 'udev', '-p', devices::make($part->{device}), '2>', '/dev/null'); + } run_program::get_stdout('/sbin/blkid', '2>', '/dev/null', '-o', 'udev', '-p', devices::make($part->{device})); \%h; } -- cgit v1.2.1