From a995bf97eb2ea1c7e1439d3094bcedf0224c0979 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 6 Jun 2020 15:35:50 +0200 Subject: [PATCH] Fix tools --- 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 #