summaryrefslogtreecommitdiff
path: root/bin/ifuse-photos-to-tmp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-09-02 15:06:27 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-09-02 15:06:27 -0700
commit1879a7f21ae427a2b51b1f31325a4d865abfb40d (patch)
tree8262e4ede02faf614e1328cddb3c96daeb3c1129 /bin/ifuse-photos-to-tmp
parent4c8ec94d5502b71cc93a0e1b7eaf91ec98289e19 (diff)
downloaddotfiles-1879a7f21ae427a2b51b1f31325a4d865abfb40d.tar.gz
stop ifuse-photos-to-tmp from hanging
Diffstat (limited to 'bin/ifuse-photos-to-tmp')
-rwxr-xr-xbin/ifuse-photos-to-tmp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ifuse-photos-to-tmp b/bin/ifuse-photos-to-tmp
index 3bff5c06..58568afa 100755
--- a/bin/ifuse-photos-to-tmp
+++ b/bin/ifuse-photos-to-tmp
@@ -123,5 +123,5 @@ unlink "$mount/PhotoData/com.apple.photos.caches_metadata.plist";
system "fusermount -u $mount";
warn "failed to unmount $mount" unless ($? == 0);
-exec ("xdg-open", "$dest")
+system "xdg-open $dest"
or warn "failed to open $dest in a graphical file manager";