浏览代码

"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.
wucke13 6 年之前
父节点
当前提交
8fa6083036
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      helper-scripts/check_translations.rb

+ 1 - 1
helper-scripts/check_translations.rb

@@ -1,4 +1,4 @@
-#!/usr/bin/ruby
+#!/usr/bin/env ruby
 
 MASTER="en"