mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-02-24 15:15:25 +08:00
Not show status when back up
This commit is contained in:
parent
b7ce7b1620
commit
574df6a5d1
@ -7,7 +7,7 @@
|
|||||||
* Contributors : Peng Gao <gn3po4g@outlook.com>
|
* Contributors : Peng Gao <gn3po4g@outlook.com>
|
||||||
* |
|
* |
|
||||||
* Created on : <2023-08-29>
|
* Created on : <2023-08-29>
|
||||||
* Last modified : <2024-07-03>
|
* Last modified : <2024-07-08>
|
||||||
*
|
*
|
||||||
* chsrc 头文件
|
* chsrc 头文件
|
||||||
* ------------------------------------------------------------*/
|
* ------------------------------------------------------------*/
|
||||||
@ -724,7 +724,7 @@ chsrc_backup (const char *path)
|
|||||||
cmd = xy_strjoin (5, "cp ", path, " ", path, ".bak --backup='t'");
|
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"));
|
chsrc_note_remarkably (xy_strjoin (3, "备份文件名为 ", path, ".bak"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
* chsrc: Change Source —— 全平台通用命令行换源工具
|
* 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"
|
#define Chsrc_Maintain_URL "https://gitee.com/RubyMetric/chsrc"
|
||||||
|
|
||||||
#include "chsrc.h"
|
#include "chsrc.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user