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>2008-05-28 23:16:12 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2008-05-28 23:16:12 +0400
commitab60dbbf356956912e84f2b5f0115315e731d0db (patch)
tree2393f9a24e5dfccd3f0f19ed3c335825e72c3f32 /extras/JavaBinding/po
parentdd73515e34f26110151877496419ea0f923b141a (diff)
* main/po/Makefile.am, extras/MonoDevelop.Database/po/Makefile.am,
extras/BooBinding/po/Makefile, extras/JavaBinding/po/Makefile: Remove bash-isms. svn path=/trunk/monodevelop/; revision=104319
Diffstat (limited to 'extras/JavaBinding/po')
-rw-r--r--extras/JavaBinding/po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/JavaBinding/po/Makefile b/extras/JavaBinding/po/Makefile
index e5caad9816..5b1b727291 100644
--- a/extras/JavaBinding/po/Makefile
+++ b/extras/JavaBinding/po/Makefile
@@ -40,7 +40,7 @@ MO_FILES = $(foreach po,$(FILES), $(INSTALL_DIR)/$(basename $(po))/LC_MESSAGES/$
all: $(GMO_FILES)
update-po:
- pushd $(top_srcdir); $(MDTOOL) gettext-update; popd
+ cd $(top_srcdir) && $(MDTOOL) gettext-update
statistics:
@for LANGFILE in $(FILES); do \