From 849b94b08793538a0f5f7b63d14566df6065e344 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Thu, 2 Apr 2015 12:49:11 +0200
Subject: [PATCH] Fix cd not required

---
 dev/translation/txpull.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev/translation/txpull.sh b/dev/translation/txpull.sh
index 0154fb14c72..71e03cf522e 100755
--- a/dev/translation/txpull.sh
+++ b/dev/translation/txpull.sh
@@ -26,7 +26,6 @@ fi
 
 if [ "x$1" = "xall" ]
 then
-    cd htdocs/lang
 	for dir in `find htdocs/langs/* -type d`
 	do
 	    fic=`basename $dir`
-- 
GitLab