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:
parent
02128ff48f
commit
bc5e995078
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue