From 1f4803561c1949d09c342b45088d79f3f73daf75 Mon Sep 17 00:00:00 2001 From: shenmo Date: Fri, 28 Nov 2025 14:00:38 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=9C=A8=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E7=A9=BA=E6=A0=BC=E6=97=B6=E6=97=A0=E6=B3=95=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE=E5=88=9B=E5=BB=BAdesktop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shenmo --- tool/spark-dstore-patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/spark-dstore-patch b/tool/spark-dstore-patch index 9d07294..06f073e 100755 --- a/tool/spark-dstore-patch +++ b/tool/spark-dstore-patch @@ -30,7 +30,7 @@ linkDir() { ensureTargetDir "$targetFile" sourceFile=$(realpath --relative-to="$(dirname $targetFile)" "$sourceFile" ) - if [ ! -e ${targetFile} ];then + if [ ! -e "${targetFile}" ];then ln -sv "$sourceFile" "$targetFile" fi done