diff options
-rw-r--r-- | Completion/User/_make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_make b/Completion/User/_make index 22372b7f9..f6544ffb0 100644 --- a/Completion/User/_make +++ b/Completion/User/_make @@ -22,7 +22,7 @@ else [[ -n "$file" ]] && compadd "$expl[@]" - \ $(awk '/^[a-zA-Z0-9][^\/ \t]+:/ {print $1} - /^\.include *<bsd\.port\.(subdir\.|pre\.)?mk>/ || /^\.include *".*mk\/bsd\.pkg\.(subdir\.)\?mk"/ { + /^\.include *<bsd\.port\.(subdir\.|pre\.)?mk>/ || /^\.include *".*mk\/bsd\.pkg\.(subdir\.)?mk"/ { print "fetch fetch-list extract patch configure build install reinstall deinstall package describe checkpatch checksum makesum" }' \ FS=: $file) && ret=0 (( ret )) && { compset -P 1 '*\='; _files } |