dev_environment - move wild cards out of quotation marks #5904

This commit is contained in:
Andrej730
2024-12-24 12:44:28 +05:00
parent 1e4420d824
commit 6aaaf99314
@@ -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"