Skip to content

Commit

Permalink
Update compile.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonAura authored Mar 25, 2024
1 parent 62136a8 commit 506814c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependency/shell/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 506814c

Please sign in to comment.