summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-09-19 03:46:35 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2012-09-19 03:47:56 +0200
commitc5aaa008d6a39d4cb016847eaf176584209b1ac6 (patch)
tree22b2497b27be8b5adb14abe533aa95535cef609e
parent98ae33e0377522cb093508a8c1be861848bd9164 (diff)
downloadpass-c5aaa008d6a39d4cb016847eaf176584209b1ac6.tar.gz
pass-c5aaa008d6a39d4cb016847eaf176584209b1ac6.tar.bz2
pass-c5aaa008d6a39d4cb016847eaf176584209b1ac6.zip
Fix git regression.
-rwxr-xr-xsrc/password-store.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/password-store.sh b/src/password-store.sh
index 17b378f..411f467 100755
--- a/src/password-store.sh
+++ b/src/password-store.sh
@@ -11,7 +11,7 @@ GIT_DIR="$PREFIX/.git"
GPG_OPTS="--quiet --yes --batch"
export GIT_DIR
-export GIT_DIR_WORK_TREE="$PREFIX"
+export GIT_WORK_TREE="$PREFIX"
version() {
cat <<_EOF
ass='deletions'>-1/+1 2013-03-20ui-summary.c: Move urls variable into print_urls()Lukas Fleischer1-6/+14 2013-03-20Fix colspan valuesLukas Fleischer3-14/+28 2013-03-20html: check return value of writeJason A. Donenfeld1-2/+3 2013-03-20ui-shared: squelch compiler warning.Jason A. Donenfeld1-0/+1 2013-03-20cgit.mk: Use SHELL_PATH_SQ to run gen-version.shJohn Keeping1-1/+1 2013-03-20cgit.mk: don't rebuild everything if CGIT_VERSION changesJohn Keeping1-1/+8 2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping1-1/+1 2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping3-119/+80