From fd6af312e96cccf86e5dfaedfa9854d38bfd1247 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 18 Jun 2020 03:49:35 +0200 Subject: [PATCH] Fix tool --- dev/translation/txpull.sh | 2 +- dev/translation/txpush.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/translation/txpull.sh b/dev/translation/txpull.sh index 65d5af3689b..1b0ce7614c5 100755 --- a/dev/translation/txpull.sh +++ b/dev/translation/txpull.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash #------------------------------------------------------ # Script to pull language files to Transifex # diff --git a/dev/translation/txpush.sh b/dev/translation/txpush.sh index 428f7b8cbc2..ef8da74dde9 100755 --- a/dev/translation/txpush.sh +++ b/dev/translation/txpush.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash #------------------------------------------------------ # Script to push language files to Transifex #