diff options
author | Scott Moreau <oreaus@gmail.com> | 2011-10-19 18:55:59 -0600 |
---|---|---|
committer | Scott Moreau <oreaus@gmail.com> | 2011-10-19 18:55:59 -0600 |
commit | fd7155f33cdf5c04822478d8311ae5a17a7c5b91 (patch) | |
tree | 33aae1d75ecfa223597eada5a377350176cf1caf | |
parent | 55d59eacb173cf857d48f6dc96c9b54291ee32a9 (diff) | |
download | scripts-master.tar.gz scripts-master.tar.bz2 |
-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 |