aboutsummaryrefslogtreecommitdiffstats
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
commitf3aa73f900fc629325d2d465a7ca30b5f6b9a8e6 (patch)
treea356fe652c82cce37118aab5b542b58920f18ee1
parent87aa1170c94eeb06dc72579d70fae0bb30fd56c5 (diff)
downloadmbsyncloop-f3aa73f900fc629325d2d465a7ca30b5f6b9a8e6.tar.gz
mbsyncloop-f3aa73f900fc629325d2d465a7ca30b5f6b9a8e6.zip
actually we can't rename this file yet
once we move to generating the config files, this should be possible
-rwxr-xr-xmbsyncloop2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbsyncloop b/mbsyncloop
index 9efac04..10abc9e 100755
--- a/mbsyncloop
+++ b/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