Skip to content

Commit

Permalink
Not show status when back up
Browse files Browse the repository at this point in the history
  • Loading branch information
ccmywish committed Jul 8, 2024
1 parent b7ce7b1 commit 574df6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/chsrc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 头文件
* ------------------------------------------------------------*/
Expand Down Expand Up @@ -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"));
}

Expand Down
2 changes: 1 addition & 1 deletion src/chsrc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 574df6a

Please sign in to comment.