diff options
author | Daniel Baumann <daniel@debian.org> | 2010-03-12 08:28:54 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-03-12 16:19:59 +0100 |
commit | 7e16da4255e0c59b2f00aed5ee12b26d7993919e (patch) | |
tree | 2de9f62c8849256e7939a87097eaae37b502ead8 /helpers | |
parent | ca8429ebf4727221bc55b5b7075a2acaf4d7d415 (diff) | |
download | vyos-live-build-7e16da4255e0c59b2f00aed5ee12b26d7993919e.tar.gz vyos-live-build-7e16da4255e0c59b2f00aed5ee12b26d7993919e.zip |
Correcting typo in desktop hacks.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/chroot_hacks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/chroot_hacks b/helpers/chroot_hacks index 82be9144a..b91452418 100755 --- a/helpers/chroot_hacks +++ b/helpers/chroot_hacks @@ -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)" ] |