summaryrefslogtreecommitdiffstats
path: root/sabre-vobject-bin.patch
diff options
context:
space:
mode:
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);
}