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>2007-12-15 03:34:27 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2007-12-15 03:34:27 +0300
commit8ec41520e5414a9cab42a01565173494f16228e7 (patch)
treea96a86a9b6619e48202ff08d61504daeb5175028 /main/monodevelop.in
parent47f9fc708af2c4d2f100589ef54dd575f9dda4a8 (diff)
Remove GeckoWebBrowser from main
svn path=/trunk/monodevelop/; revision=91332
Diffstat (limited to 'main/monodevelop.in')
-rwxr-xr-xmain/monodevelop.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/monodevelop.in b/main/monodevelop.in
index f54c24eed8..801003fc0b 100755
--- a/main/monodevelop.in
+++ b/main/monodevelop.in
@@ -43,7 +43,7 @@ find_libgtkembedmoz ()
}
if test -e "@MOZILLA_HOME@/$MOZFILE"; then
- MOZILLA_HOME=@MOZILLA_HOME@
+ MOZILLA_HOME="@MOZILLA_HOME@"
else
MOZILLA_HOME=`find_libgtkembedmoz`
if test ! -e "$MOZILLA_HOME/$MOZFILE"; then