summaryrefslogtreecommitdiffstats
path: root/bin/mbsyncloop
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mbsyncloop')
-rwxr-xr-xbin/mbsyncloop2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mbsyncloop b/bin/mbsyncloop
index 9efac04..10abc9e 100755
--- a/bin/mbsyncloop
+++ b/bin/mbsyncloop
@@ -87,7 +87,7 @@ sub make_pw_pipe {
if (!-d $dir) {
$dir = File::Spec->tmpdir();
}
- my $file = File::Spec->catfile($dir, "mbsyncloop-$$");
+ my $file = File::Spec->catfile($dir, "mbsyncloop");
unlink($file);
mkfifo($file, 0700) or die "couldn't create $file: $!";
$file