From 5dbe2d61edf7c4e957eaf5930c53235cb5f354d4 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:45 +0300 Subject: [PATCH] wait --- publish.dbg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.dbg b/publish.dbg index 81445df..fc8c9f5 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