From a8e2f96ecd30f70a872b9a15bdfa67149ab37c32 Mon Sep 17 00:00:00 2001 From: Nishi Date: Thu, 3 Oct 2024 03:22:55 +0000 Subject: [PATCH] update koakumafile git-svn-id: file:///raid/svn-personal/tewi/trunk@224 8739d7e6-ffea-ec47-b151-bdff447c6205 --- Koakumafile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koakumafile b/Koakumafile index ba15eac..af8c397 100644 --- a/Koakumafile +++ b/Koakumafile @@ -2,7 +2,7 @@ # vim: syntax=tcl proc run {project_name} { - RunCommand "sed 's/undef NO_SSL/define NO_SSL/g' config.h.tmpl > config.h" + RunCommand "sed \"s/undef NO_SSL/define NO_SSL/g\" config.h.tmpl > config.h" RunCommand "make clean" if { "$project_name" == "Tewi-BCC" } { set ::env(BORLAND) "C:/borland/bcc55" -- 2.45.2