From 472f966698cd3d5718410c973ceda80ad29fa905 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Mon, 7 Oct 2013 03:13:18 +0200 Subject: [PATCH] updateMimes(): fix $IFS * updateMimes() did not restore IFS in some cases, causing all kinds of mayhem --- lib/destinations/updateMimes | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/destinations/updateMimes b/lib/destinations/updateMimes index 189572b..6835e01 100644 --- a/lib/destinations/updateMimes +++ b/lib/destinations/updateMimes @@ -29,4 +29,5 @@ updateMimes() { ) done done + IFS="$oldIFS" }