From e49b4df562f5fa19094d8cea7bfc2ee72772c387 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 29 Mar 2020 11:16:56 +0200 Subject: [PATCH] fixup! Fix GNU Make completions when specifying a directory with -C Whoops! --- share/completions/make.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/share/completions/make.fish b/share/completions/make.fish index 67af4f343..4f425cd99 100644 --- a/share/completions/make.fish +++ b/share/completions/make.fish @@ -11,7 +11,6 @@ function __fish_print_make_targets --argument-names directory file if make --version 2>/dev/null | string match -q 'GNU*' # https://stackoverflow.com/a/26339924 - make $makeflags -pRrq : 2>/dev/null > log.mk make $makeflags -pRrq : 2>/dev/null | awk -F: '/^# Files/,/^# Finished Make data base/ { if ($1 == "# Not a target") skip = 1;