Blame 0000-Add-a-shebang-to-bin-export.php.patch

d88fd26
From a6531aaa2c638cec48183911bd6adc0fc02314f7 Mon Sep 17 00:00:00 2001
d88fd26
From: Randy Barlow <randy@electronsweatshop.com>
d88fd26
Date: Wed, 1 Feb 2017 16:09:32 -0500
d88fd26
Subject: [PATCH] Add a shebang to bin/export.php.
d88fd26
d88fd26
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
d88fd26
---
d88fd26
 bin/export.php | 1 +
d88fd26
 1 file changed, 1 insertion(+)
d88fd26
d88fd26
diff --git a/bin/export.php b/bin/export.php
d88fd26
index 29adda0..651c4d7 100644
d88fd26
--- a/bin/export.php
d88fd26
+++ b/bin/export.php
d88fd26
@@ -1,3 +1,4 @@
d88fd26
+#!/usr/bin/php
d88fd26
 
d88fd26
 use Gettext\Languages\Exporter\Exporter;
d88fd26
 use Gettext\Languages\Language;
d88fd26
-- 
d88fd26
2.11.0
d88fd26