File: 0002-Adapt-shebang-for-PHP-script.patch

package info (click to toggle)
php-parser 1.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,028 kB
  • ctags: 3,027
  • sloc: php: 10,458; makefile: 23
file content (19 lines) | stat: -rw-r--r-- 458 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Thu, 4 Sep 2014 15:22:13 -0400
Subject: Adapt shebang for PHP script

Forwarded: not-needed
---
 bin/php-parse.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/php-parse.php b/bin/php-parse.php
index bb90b0f..ac2600f 100755
--- a/bin/php-parse.php
+++ b/bin/php-parse.php
@@ -1,4 +1,4 @@
-#!/usr/bin/env php
+#!/usr/bin/php
 <?php
 
 require 'PhpParser/bootstrap.php';