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 1
1
/**
2
2
* -----------------------------------------------------------------------
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!
4
4
+----------------------------------------------------------------------+
5
5
| Swoole |
6
6
+----------------------------------------------------------------------+
11
11
| If you did not receive a copy of the Apache2.0 license and are unable|
12
12
| to obtain it through the world-wide-web, please send a note to |
13
13
| [email protected] so we can mail you a copy immediately. |
14
- +----------------------------------------------------------------------+
14
+ +----------------------------------------------------------------------+
15
15
*/
16
16
17
17
/* $Id: acfe73e33caae4c5d12da7456a261b64b191f588 */
Original file line number Diff line number Diff line change @@ -316,11 +316,11 @@ function make()
316
316
$ eval_str = rtrim ($ eval_str );
317
317
318
318
global $ argv ;
319
- $ generator = $ argv [0 ];
319
+ $ generator = basename ( $ argv [0 ]) ;
320
320
$ content = <<<CODE
321
321
/**
322
322
* -----------------------------------------------------------------------
323
- * Generated by {$ generator }, Please DO NOT modify!
323
+ * Generated by {$ generator }, Please DO NOT modify!
324
324
+----------------------------------------------------------------------+
325
325
| Swoole |
326
326
+----------------------------------------------------------------------+
@@ -331,7 +331,7 @@ function make()
331
331
| If you did not receive a copy of the Apache2.0 license and are unable|
332
332
| to obtain it through the world-wide-web, please send a note to |
333
333
| [email protected] so we can mail you a copy immediately. |
334
- +----------------------------------------------------------------------+
334
+ +----------------------------------------------------------------------+
335
335
*/
336
336
337
337
/* \$Id: {$ commit_id } */
You can’t perform that action at this time.
0 commit comments