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:
authorTherzok <teromario@yahoo.com>2013-09-03 02:28:09 +0400
committerTherzok <teromario@yahoo.com>2013-09-03 14:20:45 +0400
commite8f3d133d0a15a254b67185bb0cf00d5e9395c76 (patch)
treeb22a7211c4185268cbb9e1c615cb044471e78795 /main/winrun.sh
parent6de145a826bc58674786f1fd500b2de3a9719d0c (diff)
[Windows] Fix Windows shell scripts.
Cygwin doesn't like \r\n. Append /cygdrive/ to winbuild.sh.
Diffstat (limited to 'main/winrun.sh')
-rw-r--r--main/winrun.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/winrun.sh b/main/winrun.sh
index 7de728776b..d041cddca1 100644
--- a/main/winrun.sh
+++ b/main/winrun.sh
@@ -1,2 +1,2 @@
-export MONO_ADDINS_REGISTRY=build/bin
-build/bin/MonoDevelop.exe
+export MONO_ADDINS_REGISTRY=build/bin
+build/bin/MonoDevelop.exe