From cb4bcaf38c4d9d6205faae2c636c14de079a03a8 Mon Sep 17 00:00:00 2001 From: hans-christoph Date: Sun, 19 Jul 2009 21:01:04 +0000 Subject: Fix für r1944: enUS wird als normales Modul implementiert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1955 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- Compose/configure.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Compose/configure.sh') diff --git a/Compose/configure.sh b/Compose/configure.sh index a0eb5e0..7e79713 100644 --- a/Compose/configure.sh +++ b/Compose/configure.sh @@ -13,10 +13,7 @@ CONFFILE=.config MODPATH=./src MODSUFFIX=.module -if [ ! -e $CONFFILE ] ; then - # leere Konfiguration erzeugen - echo "USER_XCOMPOSE = base " > $CONFFILE -fi +[ -e $CONFFILE ] || { echo $CONFFILE fehlt; exit 1; } # # verfügbare Module auslesen und Kurzbeschreibung anzeigen -- cgit v1.2.3