aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiusz Miśkiewicz <arekm@maven.pl>2010-05-10 20:24:01 +0200
committerChristoph Hellwig <hch@lst.de>2010-05-17 14:31:56 +0200
commit14eafbb1943fe3a9ad2cf2fd45c4c39026c4c933 (patch)
treece7f64646ea00a077f33e567fdb5d2e3440ab1aa
parentb3ac47ae56c8985bb4b68e94b488c764a7743de8 (diff)
downloadxfsdump-dev-14eafbb1943fe3a9ad2cf2fd45c4c39026c4c933.tar.gz
unbreak make update-po
Unbreak make update-po. Was causing: "/bin/sh: ../po/pl.po: cannot execute - Permission denied" Signed-off-by: Arkadiusz Miśkiewicz <arekm@maven.pl> Signed-off-by: Christoph Hellwig <hch@lst.de>
-rw-r--r--include/buildrules2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/buildrules b/include/buildrules
index 98cebdf8..c2e3ebe6 100644
--- a/include/buildrules
+++ b/include/buildrules
@@ -66,7 +66,7 @@ $(POTHEAD): $(XGETTEXTFILES)
# Update translations
update-po: $(POTHEAD) $(wildcard $(TOPDIR)/po/*.po)
- catalogs=$(wildcard $(TOPDIR)/po/*.po); \
+ catalogs="$(wildcard $(TOPDIR)/po/*.po)"; \
for cat in $$catalogs; do \
lang=`basename $$cat .po`; \
mv $$lang.po $$lang.old.po; \