aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/_portage2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_portage b/src/_portage
index 8700829..ba8c165 100644
--- a/src/_portage
+++ b/src/_portage
@@ -307,7 +307,7 @@ _emaint () {
local -a remove
if (( $words[(I)(-f|--fix)] )); then
- remove=(${cmd[(r)logs:*]} ${cmd[(r)sync:*})
+ remove=(${cmd[(r)logs:*]} ${cmd[(r)sync:*]})
elif (( $words[(I)(-c|--check)] )); then
remove=(${cmd[(r)sync:*]})
elif (( $words[(I)(-p|--pretend|-C|--clean|-t|--time)] )); then