From af88327c73b6714d1bfb671d5629394d46c0b25d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 20 Jan 2021 18:30:03 -0300 Subject: Move shebangs and script calls to POSIX --- scripts/apply-translations.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/apply-translations.sh') diff --git a/scripts/apply-translations.sh b/scripts/apply-translations.sh index 1148b60..e1b92db 100755 --- a/scripts/apply-translations.sh +++ b/scripts/apply-translations.sh @@ -1,4 +1,5 @@ -#!/bin/sh -eu +#!/bin/sh +set -eu for f in $(git ls-files | grep -E '.(md|slides)$' | grep -v '^vendor/reveal.js$'); do l="$(grep '^lang: ..$' "$f" | awk '{print $2}')" -- cgit v1.2.3