File: 0002-Define-shebang.patch

package info (click to toggle)
php-dompdf 0.6.1%2Bdfsg-2%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 4,656 kB
  • ctags: 7,083
  • sloc: php: 19,618; makefile: 38; sh: 13
file content (18 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Wed, 16 Oct 2013 12:42:12 -0400
Subject: Define shebang

Actually make the script executable.
---
 dompdf.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dompdf.php b/dompdf.php
index a9052fa..19abacf 100755
--- a/dompdf.php
+++ b/dompdf.php
@@ -1,3 +1,4 @@
+#!/usr/bin/php
 <?php
 /**
  * Command line utility to use dompdf.