From a1ad613c68dda4a29db6f4fdb181c90d369308b9 Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Mon, 28 Dec 2015 14:47:16 +0000
Subject: [PATCH] Add missing shebang line to executable script

---
 bin/importPdoMetadata.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/importPdoMetadata.php b/bin/importPdoMetadata.php
index d09dd708a..06644603a 100755
--- a/bin/importPdoMetadata.php
+++ b/bin/importPdoMetadata.php
@@ -1,3 +1,4 @@
+#!/usr/bin/env php
 <?php
 $baseDir = dirname(dirname(__FILE__));
 
-- 
GitLab