File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11/**
22 * -----------------------------------------------------------------------
3- * Generated by /home/htf/workspace/swoole/tools/ build-library.php, Please DO NOT modify!
3+ * Generated by build-library.php, Please DO NOT modify!
44 +----------------------------------------------------------------------+
55 | Swoole |
66 +----------------------------------------------------------------------+
1111 | If you did not receive a copy of the Apache2.0 license and are unable|
1212 | to obtain it through the world-wide-web, please send a note to |
1313 | [email protected] so we can mail you a copy immediately. | 14- +----------------------------------------------------------------------+
14+ +----------------------------------------------------------------------+
1515 */
1616
1717/* $Id: acfe73e33caae4c5d12da7456a261b64b191f588 */
Original file line number Diff line number Diff line change @@ -316,11 +316,11 @@ function make()
316316 $ eval_str = rtrim ($ eval_str );
317317
318318 global $ argv ;
319- $ generator = $ argv [0 ];
319+ $ generator = basename ( $ argv [0 ]) ;
320320 $ content = <<<CODE
321321/**
322322 * -----------------------------------------------------------------------
323- * Generated by {$ generator }, Please DO NOT modify!
323+ * Generated by {$ generator }, Please DO NOT modify!
324324 +----------------------------------------------------------------------+
325325 | Swoole |
326326 +----------------------------------------------------------------------+
@@ -331,7 +331,7 @@ function make()
331331 | If you did not receive a copy of the Apache2.0 license and are unable|
332332 | to obtain it through the world-wide-web, please send a note to |
333333 | [email protected] so we can mail you a copy immediately. | 334- +----------------------------------------------------------------------+
334+ +----------------------------------------------------------------------+
335335 */
336336
337337/* \$Id: {$ commit_id } */
You can’t perform that action at this time.
0 commit comments