From 0c813bed39c3df6cf264a4c1a6be2843ab87fab3 Mon Sep 17 00:00:00 2001 From: ngleader Date: Mon, 27 Sep 2010 09:05:25 +0000 Subject: [PATCH] =?UTF-8?q?#19155844=20./common/script.php=20import=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=EA=B2=BD=EB=A1=9C=EA=B0=80=20=EC=A0=88?= =?UTF-8?q?=EB=8C=80=EA=B2=BD=EB=A1=9C=EB=A1=9C=20=EB=82=98=EC=98=A4?= =?UTF-8?q?=EB=8A=94=20=EC=A3=BC=EC=84=9D=EC=9D=84=20=EC=83=81=EB=8C=80?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7699 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/script.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/script.php b/common/script.php index 246efeabb..a6e8b7251 100644 --- a/common/script.php +++ b/common/script.php @@ -115,7 +115,7 @@ function printFileList($list){ for($i=0,$c=count($list);$i<$c;$i++){ $file = getRealPath($list[$i]); if(file_exists($file)){ - $output .= '/* file:' . $file . " */\n"; + $output .= '/* file: ' . str_replace(_XE_PATH_,'./',$file) . " */\n"; $output .= file_get_contents($file); $output .= "\n"; }