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 | |
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
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | src/git-permalink.sh.in (renamed from src/git-permalink.sh) | 0 |
2 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 $@ diff --git a/src/git-permalink.sh b/src/git-permalink.sh.in index e5fa27a..e5fa27a 100755 --- a/src/git-permalink.sh +++ b/src/git-permalink.sh.in |