Not show status when back up

This commit is contained in:
Aoran Zeng 2024-07-08 18:31:18 +08:00
parent b7ce7b1620
commit 574df6a5d1
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
* Contributors : Peng Gao <gn3po4g@outlook.com>
* |
* Created on : <2023-08-29>
* Last modified : <2024-07-03>
* Last modified : <2024-07-08>
*
* chsrc
* ------------------------------------------------------------*/
@ -724,7 +724,7 @@ chsrc_backup (const char *path)
cmd = xy_strjoin (5, "cp ", path, " ", path, ".bak --backup='t'");
}
chsrc_run (cmd, RunOpt_No_Last_New_Line);
chsrc_run (cmd, RunOpt_No_Last_New_Line|RunOpt_No_Note_On_Sccess);
chsrc_note_remarkably (xy_strjoin (3, "备份文件名为 ", path, ".bak"));
}

View File

@ -14,7 +14,7 @@
* chsrc: Change Source
* ------------------------------------------------------------*/
#define Chsrc_Version "v0.1.7.rc2-2024/07/03"
#define Chsrc_Version "v0.1.7.rc3-2024/07/08"
#define Chsrc_Maintain_URL "https://gitee.com/RubyMetric/chsrc"
#include "chsrc.h"