From abb46589c406623ae5ea34ee4a7ca65daa2bd85c Mon Sep 17 00:00:00 2001 From: svsptech Date: Fri, 24 Apr 2026 03:36:19 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20ccomp/build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ccomp/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccomp/build b/ccomp/build index 06d7849..6cba79f 100755 --- a/ccomp/build +++ b/ccomp/build @@ -1,7 +1,7 @@ #!/bin/sh -REPO_CONF_DIR="{$PWD}" -REPO_CONF_NAME="{$PWD}/pkg.conf" +REPO_CONF_DIR="$PWD" +REPO_CONF_NAME="$PWD/pkg.conf" # Проверка и установка git в FreeBSD if ! command -v git >/dev/null 2>&1; then