diff --git a/dependency/shell/compile.sh b/dependency/shell/compile.sh index 2231eac..ed3bffb 100644 --- a/dependency/shell/compile.sh +++ b/dependency/shell/compile.sh @@ -19,7 +19,7 @@ then if [ $? -ne 0 ]; then flag=0 fi - mv ./compile_log.txt $output/compile_log.txt + mv ./$base_name.txt $output/$base_name.txt else flag=0 fi