From cc807715c78fc998e3d486bc5724e903b0e229a0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 25 Jul 2001 17:04:55 +0000 Subject: do not export sync, keep it in common (esp. so that it doesn't conflict with my_gtk::sync --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 327df4f87..a35236f5e 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -609,7 +609,7 @@ sub main { eval { commands::cp('-f', "/tmp/ddebug.log", "$o->{prefix}/root") }; #- ala pixel? :-) [fpons] - sync(); sync(); + common::sync(); common::sync(); log::l("installation complete, leaving"); print "\n" x 80; -- cgit v1.2.1