aboutsummaryrefslogtreecommitdiff
path: root/standalone/linux
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-02-16 19:36:26 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-02-16 19:36:26 -0400
commit4b67ae596a133d285cc28593e26c47e5b14720c3 (patch)
treea9e9a81cf6f1b9a99db57a50cdcf8ff5a5df178c /standalone/linux
parenta7b290e6fa07fc17cdbd058cdaac98bb3f82294f (diff)
Linux standalone: Improved process names of linker shimmed programs.
Diffstat (limited to 'standalone/linux')
-rwxr-xr-xstandalone/linux/skel/runshell6
1 files changed, 2 insertions, 4 deletions
diff --git a/standalone/linux/skel/runshell b/standalone/linux/skel/runshell
index 73703358d..886ffd714 100755
--- a/standalone/linux/skel/runshell
+++ b/standalone/linux/skel/runshell
@@ -66,10 +66,8 @@ for lib in $(cat $base/libdirs); do
GIT_ANNEX_LD_LIBRARY_PATH="$base/$lib:$GIT_ANNEX_LD_LIBRARY_PATH"
done
export GIT_ANNEX_LD_LIBRARY_PATH
-GIT_ANNEX_LINKER="$base/$(cat $base/linker)"
-export GIT_ANNEX_LINKER
-GIT_ANNEX_SHIMMED="$base/shimmed"
-export GIT_ANNEX_SHIMMED
+GIT_ANNEX_DIR="$base"
+export GIT_ANNEX_DIR
ORIG_GCONV_PATH="$GCONV_PATH"
export ORIG_GCONV_PATH