From aeb3369914d16c2b6b8f384ab32bc4d0cf7236e0 Mon Sep 17 00:00:00 2001 From: Hannu Lyytikainen Date: Mon, 26 Nov 2018 13:49:07 +0200 Subject: [PATCH] Change executable to normal .js file An executable provides little or nothing extra in this case and running the tool as 'node translations.js' is more universal across platforms than './translations'. --- translations => translations.js | 2 -- 1 file changed, 2 deletions(-) rename translations => translations.js (99%) mode change 100755 => 100644 diff --git a/translations b/translations.js old mode 100755 new mode 100644 similarity index 99% rename from translations rename to translations.js index 8e5015ab..ed9f2192 --- a/translations +++ b/translations.js @@ -1,5 +1,3 @@ -#!/usr/bin/env node - /** * A translations too that can be used to keep a translation file(s) * up to date with one source language file.