mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 16:31:10 +00:00
dev_environment - move wild cards out of quotation marks #5904
This commit is contained in:
@@ -13,7 +13,7 @@ BONSAI_PATH="${BLENDER_PATH}/extensions/raw_githubusercontent_com/bonsai"
|
|||||||
cd "${REPO_PATH}"
|
cd "${REPO_PATH}"
|
||||||
|
|
||||||
# Copy over compiled IfcOpenShell files
|
# 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
|
# Remove extension and link to Git
|
||||||
rm "${BONSAI_PATH}/__init__.py"
|
rm "${BONSAI_PATH}/__init__.py"
|
||||||
|
|||||||
Reference in New Issue
Block a user