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>2011-03-25 23:38:39 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2011-03-26 00:00:28 +0300
commit0a56e647ab9d7a32f060957d5071d8297a52c3f9 (patch)
tree6c85739f0031d432d1f87862f94ab5a2c1e25ab5 /main/build
parent70c22307c64287f3c5845d13bdbe46b35acff644 (diff)
Track mdrun->mdtool rename
Diffstat (limited to 'main/build')
-rwxr-xr-xmain/build/MacOSX/mdtool2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/build/MacOSX/mdtool b/main/build/MacOSX/mdtool
index 387d2b4b7f..577df79f97 100755
--- a/main/build/MacOSX/mdtool
+++ b/main/build/MacOSX/mdtool
@@ -14,7 +14,7 @@ export PATH="$MONO_FRAMEWORK_PATH/bin:$PATH"
DIR=$(cd "$(dirname "$0")"; pwd)
-EXE_PATH="$DIR/lib/monodevelop/bin/mdrun.exe"
+EXE_PATH="$DIR/lib/monodevelop/bin/mdtool.exe"
#use stuff bundled into the app bundle
export MONO_GAC_PREFIX="$DIR:$MONO_GAC_PREFIX"