mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +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}"
|
||||
|
||||
# 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"
|
||||
|
||||
Reference in New Issue
Block a user