diff options
Diffstat (limited to 'perl-install/commands.pm')
-rw-r--r-- | perl-install/commands.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/commands.pm b/perl-install/commands.pm index 2c9324fd5..0027b92a8 100644 --- a/perl-install/commands.pm +++ b/perl-install/commands.pm @@ -579,7 +579,7 @@ sub bug { require install_any; output("/fd0/report.bug", install_any::report_bug("/mnt")); #- no other way :-( umount "/fd0"; - sync(); + common::sync(); } sub loadkeys { |