You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ !-f"$LOG_FILE" ] ||! grep -q "^${OUTPUT_FILE}:""$LOG_FILE";then
126
+
echo"${OUTPUT_FILE}:${SHA_End}">>"$LOG_FILE"
115
127
SHA_Begin=""
116
128
fi
117
129
@@ -123,7 +135,7 @@ for git_folder in "${git_folders[@]}"; do
123
135
echo"<b> It is detected that $OUTPUT_FILE has an illegal SHA value. It is possible that $OUTPUT_FILE has git rebase behavior. The relevant git update log cannot be counted. Please wait for the next compilation time.</b>">>"git_log/$git_folder/$OUTPUT_FILE.log"
0 commit comments