Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2010-09-15 03:40:25 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2010-09-15 03:40:25 +0400
commit21c2e0c1e9f07d3eac769cf66bfc4dfc0f4b9eb8 (patch)
tree0e44f974228e8d3c6c7b2f29b74332029591dbb7 /main/monodevelop.in
parent9713fa3affb3c898aea0700986ce394cbb9f57b1 (diff)
[Core] Revert the SHM patch, the issue was fixed in Mono
Diffstat (limited to 'main/monodevelop.in')
-rwxr-xr-xmain/monodevelop.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/monodevelop.in b/main/monodevelop.in
index 6f294fe1ae..a4dc2cb20e 100755
--- a/main/monodevelop.in
+++ b/main/monodevelop.in
@@ -4,9 +4,6 @@
MONO_EXEC="exec -a monodevelop mono"
EXE_PATH="${0%%/bin/monodevelop}/lib/monodevelop/bin/MonoDevelop.exe"
-# MD uses SHM to communicate with the remoted builder processes
-export MONO_ENABLE_SHM=1
-
_MD_REDIRECT_LOG="${MD_REDIRECT_LOG:-${XDG_CONFIG_HOME:-$HOME/.config}/MonoDevelop/log}"
##NOTE: remove this for stable releases