summaryrefslogtreecommitdiffstats
path: root/phpunit-rpm.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-04-17 10:58:06 +0200
committerRemi Collet <fedora@famillecollet.com>2015-04-17 10:58:06 +0200
commit417deeae3aec5b437c8ac280afeaf7cd4022a92b (patch)
tree1ba08569c4fe651d270904171c16580781523be6 /phpunit-rpm.patch
parentc723885b25b5c679aff789ee0cba6467f5f913e7 (diff)
phpunit: keep upstream shebang
Diffstat (limited to 'phpunit-rpm.patch')
-rw-r--r--phpunit-rpm.patch6
1 files changed, 0 insertions, 6 deletions
diff --git a/phpunit-rpm.patch b/phpunit-rpm.patch
index b927330..03ace66 100644
--- a/phpunit-rpm.patch
+++ b/phpunit-rpm.patch
@@ -1,12 +1,6 @@
diff -up ./phpunit.rpm ./phpunit
--- ./phpunit.rpm 2015-01-17 12:24:41.000000000 +0100
+++ ./phpunit 2015-01-18 08:52:50.896228541 +0100
-@@ -1,4 +1,4 @@
--#!/usr/bin/env php
-+#!/usr/bin/php
- <?php
- /*
- * This file is part of PHPUnit.
@@ -13,24 +13,7 @@ if (!ini_get('date.timezone')) {
ini_set('date.timezone', 'UTC');
}