summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakupdate_fstab
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-08-13 04:44:35 +0000
committerOlivier Blin <oblin@mandriva.org>2004-08-13 04:44:35 +0000
commit9f3adf6c424e61cf33f373e46369b83143e75a78 (patch)
tree83e64ce972a2be5f7d1f5d1feca1e09aaabc85ea /perl-install/standalone/drakupdate_fstab
parent4e043553ad75438a87848ae3a905d9cc0f1e480d (diff)
downloaddrakx-backup-do-not-use-9f3adf6c424e61cf33f373e46369b83143e75a78.tar
drakx-backup-do-not-use-9f3adf6c424e61cf33f373e46369b83143e75a78.tar.gz
drakx-backup-do-not-use-9f3adf6c424e61cf33f373e46369b83143e75a78.tar.bz2
drakx-backup-do-not-use-9f3adf6c424e61cf33f373e46369b83143e75a78.tar.xz
drakx-backup-do-not-use-9f3adf6c424e61cf33f373e46369b83143e75a78.zip
(device_name_to_entry) fix indentation
Diffstat (limited to 'perl-install/standalone/drakupdate_fstab')
-rwxr-xr-xperl-install/standalone/drakupdate_fstab2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakupdate_fstab b/perl-install/standalone/drakupdate_fstab
index 3b7bd9abf..8347bd68e 100755
--- a/perl-install/standalone/drakupdate_fstab
+++ b/perl-install/standalone/drakupdate_fstab
@@ -64,7 +64,7 @@ sub device_name_to_entry {
my $e;
if (my ($devfs_prefix, $nb) = $name =~ m,(.*)/(?:cd|disc|part(\d+))$,) {
$e = find { $_->{devfs_prefix} eq $devfs_prefix } @l;
- $e->{devfs_prefix} ||= $devfs_prefix;
+ $e->{devfs_prefix} ||= $devfs_prefix;
$e->{devfs_device} = $e->{devfs_prefix} . '/part' . $nb;
if ($e->{devfs_device} eq $name) {
$e->{prefer_devfs_name} = 1;