gluon-core: fix typo

This commit is contained in:
Matthias Schiffer 2013-10-01 20:50:07 +02:00
parent 4ecf602650
commit ea0064c927
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ if [ -z "$oldversion" ]; then oldversion="$(cat "$VERSION_FILE_KFF" 2>/dev/null)
(
cd "$UPGRADE_DIR"
do_compoment core
do_component core
for component in *; do (
if [ "$component" != 'core' ]; then