Browse Source

Update compile.sh

dev
DragonAura GitHub 1 year ago
parent
commit
506814c1e4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dependency/shell/compile.sh

+ 1
- 1
dependency/shell/compile.sh View File

@@ -19,7 +19,7 @@ then
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
flag=0 flag=0
fi fi
mv ./compile_log.txt $output/compile_log.txt
mv ./$base_name.txt $output/$base_name.txt
else else
flag=0 flag=0
fi fi


Loading…
Cancel
Save