From 57af9ffb0933ea8e4e2c4018a25a197a44316f7f Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Fri, 24 Jan 2025 00:55:56 +0100 Subject: [PATCH] atom: fix SQL result parsing expansion pattern --- atom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom b/atom index b88bc65..e7734bf 100755 --- a/atom +++ b/atom @@ -375,7 +375,7 @@ do read -u4 line until [[ $line == AtOM:NoMoreFiles ]] do - removefile[${line%::AtOM:SQL:Sep::*}]="${line%::AtOM:SQL:Sep::*}" + removefile[${line%::AtOM:SQL:Sep::*}]="${line#*::AtOM:SQL:Sep::}" read -u4 line done done