From 2f129fd496f43474b0a1a85d577c62c84488a6d9 Mon Sep 17 00:00:00 2001 From: Stefan Paletta Date: Wed, 26 Jan 2005 16:13:34 +0000 Subject: [PATCH] Stefan Paletta: * fix escaping in .desktop processing [2005011209062025395] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5529 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- misc/desktop/parse-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/desktop/parse-config b/misc/desktop/parse-config index 294e02ee2..61f5bd84e 100644 --- a/misc/desktop/parse-config +++ b/misc/desktop/parse-config @@ -90,7 +90,7 @@ postflist_desktop_process_desktop() { postflist_desktop() { tmp=`mktemp` - grep \.desktop\$ ${builddir}/flist.txt | while read desktop ; do + grep \\.desktop\$ ${builddir}/flist.txt | while read desktop ; do [ ! -f "${desktop}" ] && continue [ "${desktop/opt?kde/}" != "${desktop}" ] && continue