summaryrefslogtreecommitdiff
path: root/Compose/configure.sh
diff options
context:
space:
mode:
authorhans-christoph <hans-christoph@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-07-19 21:01:04 +0000
committerhans-christoph <hans-christoph@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-07-19 21:01:04 +0000
commitcb4bcaf38c4d9d6205faae2c636c14de079a03a8 (patch)
treeffb9642c36fac27c56c6f55eeb3915a80e875ac0 /Compose/configure.sh
parent205d809d9b2b3127c4f655f6982dc488efbd4e6c (diff)
downloadneo-layout-cb4bcaf38c4d9d6205faae2c636c14de079a03a8.tar.gz
neo-layout-cb4bcaf38c4d9d6205faae2c636c14de079a03a8.tar.bz2
neo-layout-cb4bcaf38c4d9d6205faae2c636c14de079a03a8.zip
Fix für r1944: enUS wird als normales Modul implementiert
git-svn-id: https://svn.neo-layout.org@1955 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'Compose/configure.sh')
-rw-r--r--Compose/configure.sh5
1 files changed, 1 insertions, 4 deletions
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