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-11-13 19:54:56 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2007-11-13 19:54:56 +0300
commitdb81f6cb64eca78f67b5dd301bdaedfb158de4ca (patch)
treed39140724022d44a0ec82bd94eb659dfa0035468 /ChangeLog
parent8f2bedd0f8b26c716877a5f9959063df426137d6 (diff)
2007-11-13 Michael Hutchinson <mhutchinson@novell.com>
* monodevelop.in: Explicitly use /bin/bash rather than /bin/sh, as "exec -a" isn't compatible with POSIX sh. svn path=/trunk/monodevelop/; revision=89564
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d89d96a17c..0b83e4cdd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-13 Michael Hutchinson <mhutchinson@novell.com>
+
+ * monodevelop.in: Explicitly use /bin/bash rather than /bin/sh, as
+ "exec -a" isn't compatible with POSIX sh.
+
2007-11-13 Lluis Sanchez Gual <lluis@novell.com>
* Makefile.am: Added target for rebuilding the add-in database.