aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a40c237..baf161d 100644
--- a/Makefile
+++ b/Makefile
@@ -12,9 +12,8 @@ manpages = \
all: git-permalink
git-permalink: src/git-permalink.sh
- $(do_subst) < $? > $@-t
- chmod +x $@-t
- mv $@-t $@
+ $(do_subst) < $? > $@
+ chmod +x $@
check: all
sh tests/cli-opts.sh