? coder-format-linux-cli.patch
? scripts/coder_format/coder-format.phps
Index: scripts/coder_format/coder_format.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/coder/scripts/coder_format/coder_format.php,v
retrieving revision 1.2.4.5
diff -u -p -r1.2.4.5 coder_format.php
--- scripts/coder_format/coder_format.php	26 Jan 2008 18:09:56 -0000	1.2.4.5
+++ scripts/coder_format/coder_format.php	24 Jun 2010 01:52:38 -0000
@@ -38,7 +38,7 @@
 // We are on the command line, so output only real errors.
 error_reporting(E_ERROR | E_WARNING | E_PARSE);
 
-require_once realpath(dirname($_SERVER['PHP_SELF'])) .'/coder_format.inc';
+require_once realpath(dirname(__FILE__)) .'/coder_format.inc';
 
 if (!empty($_SERVER['argv'])) {
   // Remove self-reference.
