From ce89eb1ec54e571049aea01896f4ad2791bbb0d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Tue, 11 Nov 2025 22:23:08 +0300 Subject: [PATCH] not mac version --- publish.dbg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.dbg b/publish.dbg index fc8c9f5..81445df 100755 --- a/publish.dbg +++ b/publish.dbg @@ -42,7 +42,7 @@ function replace { file=$1 was=$2 now=$3 - cmd="sed -i '' 's|$was|$now|g' $file" + cmd="sed -i 's|$was|$now|g' $file" eval "$cmd" } # Rename references