From 8c8db2295db9778fa5474b58146524289cec57c5 Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Mon, 6 Nov 2006 11:14:48 +0000 Subject: [PATCH] Stefan Fiedler: /misc/desktop/parse-config: fix for the 'set -e' patch; fixes a problem introduced by [2006091320575529756], esp. wrt. arts [2006100314093711275] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7973 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 f200a781d..6f970582f 100644 --- a/misc/desktop/parse-config +++ b/misc/desktop/parse-config @@ -120,4 +120,4 @@ postflist_desktop() { done } -hook_add postflist 5 "[ \"\$desktopauto\" = 1 ] && postflist_desktop" +hook_add postflist 5 "[ \"\$desktopauto\" = 1 ] && postflist_desktop || true"