summaryrefslogtreecommitdiff
path: root/bin/ifuse-photos-to-tmp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-08-26 11:12:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-08-26 11:12:33 -0700
commit16f3cb230c2ed8a1742cff3dcec243d19f603fc4 (patch)
tree4f098959573677693da6bae69e8c83694d1033dc /bin/ifuse-photos-to-tmp
parent41f59c6bc908047b76a8d7d7e48de676f5453419 (diff)
downloaddotfiles-16f3cb230c2ed8a1742cff3dcec243d19f603fc4.tar.gz
ifuse-photos-to-tmp: add "Audio Message*.caf" to glob
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 7d631002..d7e6c6fb 100755
--- a/bin/ifuse-photos-to-tmp
+++ b/bin/ifuse-photos-to-tmp
@@ -134,7 +134,7 @@ patient_unmount($mount);
system "ifuse --documents org.videolan.vlc-ios $mount";
die "could not mount $mount with ifuse" unless ($? == 0);
-foreach my $file (glob qq<"${mount}/Apple CoreAudio format*.caf">) {
+foreach my $file (glob qq<"${mount}/Apple CoreAudio format*.caf" "${mount}/Audio Message*.caf">) {
my $target = catfile $dest, basename $file;
my $counter = 1;
my $dir = catfile $ENV{HOME}, qw(annex chats),