reach out and touch someone

This shaves 3 seconds off of KDE's config compile time :-)

Yes, I know wrap_print has that extra print statement, but otherwise it
was lying around not earning its keep so I gave it a little side job :-)
This commit is contained in:
Sitaram Chamarty 2011-02-22 13:25:56 +05:30
parent 02128ff48f
commit bc5e995078

View file

@ -408,7 +408,7 @@ sub setup_daemon_access
my $repo = shift; my $repo = shift;
if (can_read($repo, 'daemon')) { if (can_read($repo, 'daemon')) {
system("touch $export_ok"); wrap_print($export_ok, "");
} else { } else {
unlink($export_ok); unlink($export_ok);
} }