aboutsummaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-20 12:40:11 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-20 12:40:11 -0400
commit52b39f47cee1b905b004b9f0d4eb616b7ce0d3b8 (patch)
treec0e0adee03139c9017afece44e4a89a533d6a1b0 /standalone
parentdbfc00e2a6ad99200da35f75f889174cd7bfd195 (diff)
Avoid setting LOCPATH in linux standalone builds now that ghc has been fixed to not hang when it cannot find locale files.
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/linux/skel/runshell4
1 files changed, 0 insertions, 4 deletions
diff --git a/standalone/linux/skel/runshell b/standalone/linux/skel/runshell
index fff0f7082..874dc75f1 100755
--- a/standalone/linux/skel/runshell
+++ b/standalone/linux/skel/runshell
@@ -100,10 +100,6 @@ export ORIG_GCONV_PATH
GCONV_PATH="$base/$(cat "$base/gconvdir")"
export GCONV_PATH
-# workaround for https://ghc.haskell.org/trac/ghc/ticket/7695
-LOCPATH=/dev/null
-export LOCPATH
-
ORIG_GIT_EXEC_PATH="$GIT_EXEC_PATH"
export ORIG_GIT_EXEC_PATH
GIT_EXEC_PATH="$base/git-core"