From afe8fa01857c56e081d17e9efd2cd83381c609e9 Mon Sep 17 00:00:00 2001 From: julienmalard Date: Fri, 4 Jan 2019 12:35:47 -0500 Subject: [PATCH] =?UTF-8?q?=D8=AF=D8=B3=D8=AA=D8=A7=D9=88=DB=8C=D8=B2?= =?UTF-8?q?=D8=A7=D8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.tx/tx.sh" | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git "a/\330\257\330\263\330\252\330\247\331\210\333\214\330\262\330\247\330\252/.tx/tx.sh" "b/\330\257\330\263\330\252\330\247\331\210\333\214\330\262\330\247\330\252/.tx/tx.sh" index 762f794b..4622a568 100644 --- "a/\330\257\330\263\330\252\330\247\331\210\333\214\330\262\330\247\330\252/.tx/tx.sh" +++ "b/\330\257\330\263\330\252\330\247\331\210\333\214\330\262\330\247\330\252/.tx/tx.sh" @@ -54,9 +54,7 @@ tx_pull() { tx_init tx pull --all --force FRESH_TRANSLATIONS=$(git diff-index --name-only HEAD --) - echo fresh - echo $FRESH_TRANSLATIONS - if [ -n $FRESH_TRANSLATIONS ] + if [[ -n $FRESH_TRANSLATIONS ]] then echo "pushing" git_setup