summaryrefslogtreecommitdiffstats
path: root/sabre-vobject-bin.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-04-06 10:17:48 +0200
committerRemi Collet <fedora@famillecollet.com>2014-04-06 10:17:48 +0200
commitf2dfd49cb0f96867b467a32c5a97924a89db409c (patch)
tree01b9c5b0b646e996ef1c7e7bc20431462c03d8bc /sabre-vobject-bin.patch
parentbc87f5ab6816b12e751a67ea7df865a32a255423 (diff)
php-sabre-vobject: 3.2.0
Diffstat (limited to 'sabre-vobject-bin.patch')
-rw-r--r--sabre-vobject-bin.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/sabre-vobject-bin.patch b/sabre-vobject-bin.patch
index 3185e6e..3514fcf 100644
--- a/sabre-vobject-bin.patch
+++ b/sabre-vobject-bin.patch
@@ -1,5 +1,6 @@
---- bin/vobject.old 2013-12-31 16:24:36.000000000 +0100
-+++ bin/vobject 2013-12-31 16:32:00.000000000 +0100
+diff -up bin/vobject.psr0 bin/vobject
+--- bin/vobject.psr0 2014-04-06 09:55:39.145932310 +0200
++++ bin/vobject 2014-04-06 09:59:04.416686079 +0200
@@ -1,24 +1,21 @@
-#!/usr/bin/env php
+#!/usr/bin/php
@@ -30,7 +31,7 @@
+});
if (!class_exists('Sabre\\VObject\\Version')) {
-- fwrite(STDERR, "Composer autoloader could not be properly loaded.\n");
+- fwrite(STDERR, "Composer autoloader could not be loaded.\n");
+ fwrite(STDERR, "Autoloader could not be properly loaded.\n");
die(1);
}