From 30ac844acd16c48c632232285259a2fc449a58ce Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 2 Mar 2016 13:25:35 +0000 Subject: [PATCH] do not forget newline when storing recent filters svn path=/trunk/; revision=104 --- actions/filter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/filter.sh b/actions/filter.sh index 718d7e8..2a3d4a3 100755 --- a/actions/filter.sh +++ b/actions/filter.sh @@ -39,5 +39,5 @@ for fn in {0..9}; do done done -printf %s "?o=${order}&f=${filters}" >>${_DATA}/meta/recent +printf %s\\n "?o=${order}&f=${filters}" >>${_DATA}/meta/recent redirect "?o=${order}&f=${filters}" -- 2.39.2