- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,408
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Low priority, this wont be noticed by frontend users, only people that create plugins may notice the when doing:
php cmd.php xf-addon:build-release
and using a build.json file with exec
If your plugin name has brackets in it you will get:
sh: syntax error: unexpected "("
This occurs in the following file:
ReleaseBuilderService PerformBuildTasks: $this->execCmds($buildJson['exec']);
Work around: rename your plugin and take out the brackets
Code:
php cmd.php xf-addon:build-release
and using a build.json file with exec
If your plugin name has brackets in it you will get:
sh: syntax error: unexpected "("
This occurs in the following file:
ReleaseBuilderService PerformBuildTasks: $this->execCmds($buildJson['exec']);
Work around: rename your plugin and take out the brackets
Code: