From 69f86efd5cd91623f545fc048e54da8e974c149c Mon Sep 17 00:00:00 2001 From: dennis Date: Wed, 19 Nov 2008 23:04:30 +0000 Subject: Verbesserung von Björn Seifert: Bug bei fehlender Datei mit eigenen Compose-Ergänzungen gefixt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1230 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- linux/bin/neo-compose | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'linux/bin') diff --git a/linux/bin/neo-compose b/linux/bin/neo-compose index 2f31bfb..b5e7f33 100755 --- a/linux/bin/neo-compose +++ b/linux/bin/neo-compose @@ -40,5 +40,10 @@ elif [ ! "a${NEO_OWN_COMPOSE}" = "a" ]; then fi fi -cat "${NEO_ORIG_COMPOSE}" "${NEO_COMPOSE}" "${NEO_OWN_COMPOSE}" > ~/.XCompose +if [ ! "a${NEO_OWN_COMPOSE}" = "a" ]; then + cat "${NEO_ORIG_COMPOSE}" "${NEO_COMPOSE}" "${NEO_OWN_COMPOSE}" > ~/.XCompose +else + cat "${NEO_ORIG_COMPOSE}" "${NEO_COMPOSE}" > ~/.XCompose +fi + -- cgit v1.2.3