diff options
author | EuAndreh <eu@euandre.org> | 2021-06-22 12:41:10 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-22 12:41:10 -0300 |
commit | 495d72a3c2bf9604e52c874dd7915647960aa50d (patch) | |
tree | 7a97aea05718c20c0575edd61df6eef6c32235c9 /Makefile | |
parent | CHANGELOG.md: Mention "getopts" (diff) | |
download | git-permalink-495d72a3c2bf9604e52c874dd7915647960aa50d.tar.gz git-permalink-495d72a3c2bf9604e52c874dd7915647960aa50d.tar.xz |
mv src/git-permalink.sh src/git-permalink.sh.in
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ TRANSLATIONS = pt fr eo all: git-permalink -git-permalink: src/git-permalink.sh +git-permalink: src/git-permalink.sh.in $(do_subst) < $? > $@ chmod +x $@ |