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:
authorMarius Ungureanu <teromario@yahoo.com>2016-05-16 17:36:43 +0300
committerMarius Ungureanu <teromario@yahoo.com>2016-05-16 17:36:43 +0300
commitd5aed5ff1babf934396f5152d95969240d561346 (patch)
treee25da735ce1b407460603e75a12f2c78552eb158 /main/Makefile.am
parent74a0b7dcb9c5a3253289466c3441730d98a9cb56 (diff)
[Build] Reset LANG and LC variables when starting the IDE to replicate dock icon behaviour.
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index ec59c6dc87..494b5ceb9c 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -117,7 +117,7 @@ run: run-sgen
endif
run-bundle: $(PROGRAM)
- $(MD_LAUNCH_SETUP) $(MD_LAUNCH_EXTRA_ENV) $(MD_BIN_PATH)/MonoDevelop --no-redirect
+ LANG= LC_ALL= $(MD_LAUNCH_SETUP) $(MD_LAUNCH_EXTRA_ENV) $(MD_BIN_PATH)/MonoDevelop --no-redirect
run-64: run-sgen-64
run-boehm: runmd