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

package info (click to toggle)
php-parser 4.10.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,532 kB
  • sloc: php: 20,036; yacc: 1,949; makefile: 28; sh: 5
file content (19 lines) | stat: -rw-r--r-- 437 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/php-parse b/bin/php-parse
index 6ce839b..6071b4d 100755
--- a/bin/php-parse
+++ b/bin/php-parse
@@ -1,4 +1,4 @@
-#!/usr/bin/env php
+#!/usr/bin/php
 <?php
 
 require 'PhpParser/autoload.php';