[TYPO3-core] RFC #16957: Bug: cli_dispatch.phpsh ignores PATH to php and assumes it's in /usr/bin/

Andreas Lappe nd at off-pist.de
Mon Jan 17 10:46:20 CET 2011


On 10.01.11, Andreas Lappe wrote:
> This is an SVN patch request.

Reminder #1…

Attached is v2 of the patch, omitting -q.

So long
Andy
-- 
,,Wie wäre es, alle Politiker in einen zoologischen Garten zu stecken
  und aus dem Eintrittsgeld die Welt zu sanieren?´´
						-Curt Goetz
-------------- next part --------------
diff --git a/typo3/cli_dispatch.phpsh b/typo3/cli_dispatch.phpsh
index f3d1b00..85097dd 100755
--- a/typo3/cli_dispatch.phpsh
+++ b/typo3/cli_dispatch.phpsh
@@ -1,4 +1,4 @@
-#! /usr/bin/php -q
+#! /usr/bin/env php
 <?php
 /***************************************************************
 *  Copyright notice


More information about the TYPO3-team-core mailing list