summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0badc997c..202ea5a9d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,7 +56,7 @@ tag:
po-pull:
rm -f po/en@boldquot.gmo po/en@boldquot.po
rm -f po/en@quot.gmo po/en@quot.po
- rpm -q transifex-client &>/dev/null || echo "need to run: yum install transifex-client"; exit 1
+ rpm -q transifex-client &>/dev/null || ( echo "need to run: yum install transifex-client"; exit 1 )
tx pull $(TX_PULL_ARGS)
scratch: po-pull