From 896f561213d14e5fdd29d0c569eecddf614dfdb9 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sat, 20 May 2023 21:38:03 +0000 Subject: [PATCH] Apparently this expansion syntax only works on ksh. --- Cytoplasm/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cytoplasm/make.sh b/Cytoplasm/make.sh index 37e86df..b3287f7 100755 --- a/Cytoplasm/make.sh +++ b/Cytoplasm/make.sh @@ -127,7 +127,7 @@ recipe_libs() { } recipe_build() { - mkdir -p "${BUILD}" ${OUT}/{bin,lib} + mkdir -p "${BUILD}" "${OUT}/bin" "${OUT}/lib" cd "${SRC}" echo "CC = ${CC}"