Correcting typo in desktop hacks.

This commit is contained in:
Daniel Baumann 2010-03-12 08:28:54 +01:00
parent ca8429ebf4
commit 7e16da4255
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Create_lockfile .lock
# Handling default desktop configuration
for TASK in ${LH_TASKS}
do
case "${TASKS}" in
case "${TASK}" in
gnome-desktop)
# gnome is the only desktop environment in this image
if [ -z "$(echo ${LH_TASKS} | sed -e 's|gnome-desktop||' -e 's| desktop ||' | grep desktop)" ]