Eliminar warning
Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
This commit is contained in:
parent
d60e3eafc7
commit
83113757c7
@ -57,7 +57,7 @@ function build() {
|
|||||||
|
|
||||||
if [ "$1" != "$_platform_android" ]; then
|
if [ "$1" != "$_platform_android" ]; then
|
||||||
cd "$_bin_folder" || clean_exit 1 "$_error_bin_folder"
|
cd "$_bin_folder" || clean_exit 1 "$_error_bin_folder"
|
||||||
strip ./*.$1.template_release.*.*
|
strip ./*."$1".template_release.*.*
|
||||||
cd ..
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user