From a93e38e8fc4c6401ba1368e93bf7f4c20b06f636 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 4 Oct 2016 15:32:58 -0400 Subject: [PATCH] add LOCPATH to GIT_ANNEX_STANDLONE_ENV --- standalone/linux/skel/runshell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/linux/skel/runshell b/standalone/linux/skel/runshell index d15aacbc89..6f6ba8a3e1 100755 --- a/standalone/linux/skel/runshell +++ b/standalone/linux/skel/runshell @@ -122,7 +122,7 @@ export MANPATH # Indicate which variables were exported above and should be cleaned # when running non-bundled programs. -GIT_ANNEX_STANDLONE_ENV="PATH GCONV_PATH GIT_EXEC_PATH GIT_TEMPLATE_DIR MANPATH" +GIT_ANNEX_STANDLONE_ENV="PATH GCONV_PATH GIT_EXEC_PATH GIT_TEMPLATE_DIR MANPATH LOCPATH" export GIT_ANNEX_STANDLONE_ENV if [ "$1" ]; then -- 2.30.2