diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-06-02 10:48:31 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-06-02 10:49:33 +0200 |
commit | 124ad009975eb9dfed8141f24fccf12fdc720346 (patch) | |
tree | 6ac20eb06f5a89c50182afcf42ad56e70585d1f0 /git-interface/git-auth.sh.in | |
parent | 10ecd3982decc31bda251ec73d00d6a903a75f9f (diff) | |
download | aurweb-124ad009975eb9dfed8141f24fccf12fdc720346.tar.xz |
Add a Makefile for the git-auth wrapper
Avoid manual editing of the wrapper script when a non-standard path is
used.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'git-interface/git-auth.sh.in')
-rw-r--r-- | git-interface/git-auth.sh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/git-interface/git-auth.sh.in b/git-interface/git-auth.sh.in new file mode 100644 index 0000000..223816a --- /dev/null +++ b/git-interface/git-auth.sh.in @@ -0,0 +1,3 @@ +#!/bin/sh + +%GIT_INTERFACE_DIR%/git-auth.py "$1" "$2" |