diff options
Diffstat (limited to 'phpspec-3-rpm.patch')
-rw-r--r-- | phpspec-3-rpm.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/phpspec-3-rpm.patch b/phpspec-3-rpm.patch index 921d82e..0db8231 100644 --- a/phpspec-3-rpm.patch +++ b/phpspec-3-rpm.patch @@ -1,10 +1,10 @@ -diff -up bin/phpspec.rpm bin/phpspec ---- bin/phpspec.rpm 2016-07-18 10:56:02.330062305 +0200 -+++ bin/phpspec 2016-07-18 10:57:56.042682157 +0200 -@@ -3,24 +3,20 @@ +diff -up ./bin/phpspec.rpm ./bin/phpspec +--- ./bin/phpspec.rpm 2017-08-07 14:10:13.556500337 +0200 ++++ ./bin/phpspec 2017-08-07 14:11:34.996906564 +0200 +@@ -2,24 +2,20 @@ + <?php call_user_func(function ($version) { - - if (is_file($autoload = getcwd() . '/vendor/autoload.php')) { - require $autoload; - } elseif (is_file($autoload = getcwd() . '/../../autoload.php')) { |