requires bash
authornemo
Wed, 07 Nov 2018 14:56:34 -0500
changeset 14163 e337e9920440
parent 14162 2c1502185e8b
child 14164 1749961647b9
requires bash
tools/find_outdated_engine_translations.sh
--- a/tools/find_outdated_engine_translations.sh	Wed Nov 07 20:39:20 2018 +0100
+++ b/tools/find_outdated_engine_translations.sh	Wed Nov 07 14:56:34 2018 -0500
@@ -1,4 +1,4 @@
-#!/bin/sh -
+#!/bin/bash -
 #
 # Tool which tries to find outdated translations in the engine strings (*.txt) using hg blame.
 # Note this is only a heuristic; the output might not be 100% accurate.