From 77065786ba53b94649ec409703a5f3ab08279b2c Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 8 Jan 2023 12:14:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D1=83=D1=82=D0=B8=20=D0=B2=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shfmt-git/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shfmt-git/lure.sh b/shfmt-git/lure.sh index edec0ed..55de09e 100644 --- a/shfmt-git/lure.sh +++ b/shfmt-git/lure.sh @@ -13,7 +13,7 @@ sources_amd64=("git+https://github.com/patrickvane/shfmt.git") checksums=('SKIP') build() { - cd "$srcdir" + cd "$srcdir/shfmt" go build }