From 6aaaf99314388b3a1c5e79814a5ece76efb80e14 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 24 Dec 2024 12:44:28 +0500 Subject: [PATCH] dev_environment - move wild cards out of quotation marks #5904 --- src/bonsai/scripts/installation/dev_environment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bonsai/scripts/installation/dev_environment.sh b/src/bonsai/scripts/installation/dev_environment.sh index 7cea26e865..19d3039719 100644 --- a/src/bonsai/scripts/installation/dev_environment.sh +++ b/src/bonsai/scripts/installation/dev_environment.sh @@ -13,7 +13,7 @@ BONSAI_PATH="${BLENDER_PATH}/extensions/raw_githubusercontent_com/bonsai" cd "${REPO_PATH}" # Copy over compiled IfcOpenShell files -cp "${PACKAGE_PATH}/ifcopenshell/*_wrapper*" "${PWD}/src/ifcopenshell-python/ifcopenshell/" +cp "${PACKAGE_PATH}/ifcopenshell/"*_wrapper* "${PWD}/src/ifcopenshell-python/ifcopenshell/" # Remove extension and link to Git rm "${BONSAI_PATH}/__init__.py"