summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-02-07 19:07:34 -0500
committerJesse Luehrs <doy@tozt.net>2022-02-07 19:07:34 -0500
commit2db52ae5669e982f1069a4a93e47197ac71003c7 (patch)
tree3a4340f1610fe8c3c416d7bebc015378c3a233a5
parent8a728b129ba0426513f81cd78e90ead0c793c24d (diff)
downloadconf-2db52ae5669e982f1069a4a93e47197ac71003c7.tar.gz
conf-2db52ae5669e982f1069a4a93e47197ac71003c7.zip
actually we can't rename this file yet
once we move to generating the config files, this should be possible
-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