diff options
-rwxr-xr-x | build_compiz++ | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build_compiz++ b/build_compiz++ index 9889209..f5452e8 100755 --- a/build_compiz++ +++ b/build_compiz++ @@ -567,8 +567,9 @@ for COMPONENT in "${components[@]}"; do if [[ -n "$first_component" ]]; then if [[ "$first_component" != "$COMPONENT" ]]; then - ubset first_component continue + else + unset first_component fi fi |