From 89f38146f41302e50dd7e85ce9b19e8604e3bfd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D0=B5=D0=BD=20=D0=95=D0=BB=D1=87=D0=B8=D0=BD?= =?UTF-8?q?=D1=8F=D0=BD?= Date: Mon, 23 Oct 2023 16:38:29 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BA=D0=B0=20=D1=84=D0=BB=D0=B0=D0=B3=D0=BE=D0=B2=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82=D0=BE=D0=B2?= =?UTF-8?q?=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index edb8b31..95788e3 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/sh cd modules/ -cd helloworld/ && ./build.sh && cd .. -cd music/ && ./build.sh && cd .. +cd helloworld/ && chmod +x build.sh && ./build.sh && cd .. +cd music/ && chmod +x build.sh && ./build.sh && cd .. cd .. python3 pbuild.py \ No newline at end of file