From 8fa60830361ed7578dfd23abbe9ab25750c854d5 Mon Sep 17 00:00:00 2001 From: wucke13 Date: Sat, 11 May 2019 14:15:45 +0200 Subject: [PATCH] "Repaired" shebang for check_translations.rb Most work was done in 7dc0a05a71d958918644339649ac6874c821eacb, though `check_translation.rb` still had a hardcoded shebang. This is now fixed. #2590 is now fully resolved too. --- helper-scripts/check_translations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper-scripts/check_translations.rb b/helper-scripts/check_translations.rb index 7568a975..af4da1c2 100755 --- a/helper-scripts/check_translations.rb +++ b/helper-scripts/check_translations.rb @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/env ruby MASTER="en"