From c9d0248a6ad38bccb3f8accd5e303b4a475f6631 Mon Sep 17 00:00:00 2001 From: "Celestial.y" Date: Thu, 1 Jan 2026 23:42:24 +0800 Subject: [PATCH] Fix missing v in 3.files.sh (#2792) --- sdata/subcmd-install/3.files.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdata/subcmd-install/3.files.sh b/sdata/subcmd-install/3.files.sh index 57c8568e1..956ee4859 100644 --- a/sdata/subcmd-install/3.files.sh +++ b/sdata/subcmd-install/3.files.sh @@ -118,7 +118,7 @@ function install_dir(){ if [ -d $t ];then warning_overwrite fi - rsync_dir $s $t + v rsync_dir $s $t } function install_dir__sync(){ # NOTE: Do not add prefix `v` or `x` when using this function @@ -127,7 +127,7 @@ function install_dir__sync(){ if [ -d $t ];then warning_overwrite fi - rsync_dir__sync $s $t + v rsync_dir__sync $s $t } function install_dir__skip_existed(){ # NOTE: Do not add prefix `v` or `x` when using this function @@ -150,7 +150,7 @@ function install_dir__sync_exclude(){ if [ -d $t ];then warning_overwrite fi - rsync_dir__sync_exclude $s $t "$@" + v rsync_dir__sync_exclude $s $t "$@" } function install_google_sans_flex(){ local font_name="Google Sans Flex"