summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moreau <oreaus@gmail.com>2011-10-19 18:55:59 -0600
committerScott Moreau <oreaus@gmail.com>2011-10-19 18:55:59 -0600
commitfd7155f33cdf5c04822478d8311ae5a17a7c5b91 (patch)
tree33aae1d75ecfa223597eada5a377350176cf1caf
parent55d59eacb173cf857d48f6dc96c9b54291ee32a9 (diff)
downloadscripts-master.tar.gz
scripts-master.tar.bz2
Fix typo.HEADmaster
-rwxr-xr-xbuild_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