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/winbuild.sh
parent6de145a826bc58674786f1fd500b2de3a9719d0c (diff)
[Windows] Fix Windows shell scripts.
Cygwin doesn't like \r\n. Append /cygdrive/ to winbuild.sh.
Diffstat (limited to 'main/winbuild.sh')
-rw-r--r--main/winbuild.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/winbuild.sh b/main/winbuild.sh
index 895f15ceed..ff152da085 100644
--- a/main/winbuild.sh
+++ b/main/winbuild.sh
@@ -1,3 +1,3 @@
-export PATH="/c/Windows/Microsoft.NET/Framework/v4.0.30319:$PATH"
-pushd ..; git submodule init && git submodule update || exit 1; popd
-MSBuild.exe Main.sln -p:Configuration=DebugWin32 $*
+export PATH="/c/Windows/Microsoft.NET/Framework/v4.0.30319:$PATH"
+pushd ..; git submodule init && git submodule update || exit 1; popd
+MSBuild.exe Main.sln -p:Configuration=DebugWin32 $*