From 3624e50416954803305557eb8bdda9a2b6aa1c62 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Sun, 15 Feb 2026 03:26:16 +0100 Subject: [PATCH] copyFiles_action: use SQL placeholder --- lib/copy/action | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/copy/action b/lib/copy/action index 7d6f999..b49aea7 100644 --- a/lib/copy/action +++ b/lib/copy/action @@ -91,9 +91,10 @@ copyFiles_action() { "$sourcepath/$sourcefilename" \ "$destdir" then + destfilename=${sourcefilename//$'\n'/::AtOM:NewLine:SQL:Inline::} Update destination_files \ filename \ - "$destdir/${sourcefilename##*/}"\ + "$destdir/${destfilename##*/}"\ rename_pattern \ "${destinationrenamepath[$destination]}/${destinationrename[$destination]}"\ fat32compat \