From 5e0ca1b49f6ac2e649f4c4942616c782fe6a13a5 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 10 Nov 2019 09:00:40 -0700 Subject: normalise shell redirect Signed-off-by: Sean Whitton --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0cd06b7..cd8f592 100644 --- a/Makefile +++ b/Makefile @@ -19,5 +19,5 @@ clean: completions/bash/%: mkdir -p completions/bash - register-python-argcomplete3 $(notdir $@) > $@.tmp + register-python-argcomplete3 $(notdir $@) >$@.tmp mv $@.tmp $@ -- cgit v1.2.3