summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-10 09:00:40 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-10 09:00:40 -0700
commit5e0ca1b49f6ac2e649f4c4942616c782fe6a13a5 (patch)
treee80ba7cdfea35222c34137901e950c2a979fb59a
parent818dba1efe67f7b01f6d601c6462a40567c9ed7f (diff)
downloadmailscripts-5e0ca1b49f6ac2e649f4c4942616c782fe6a13a5.tar.gz
normalise shell redirect
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@