mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 12:12:15 +00:00
wrapper is a bash script not a sh script
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# Wrapper script to launch BlenderBIM.
|
# Wrapper script to launch BlenderBIM.
|
||||||
|
|
||||||
# If the `blender` executable can't be found in your PATH environment, set
|
# If the `blender` executable can't be found in your PATH environment, set
|
||||||
# BLENDER_EXE to the location of your preferred `blender` executable.
|
# BLENDER_EXE to the location of your preferred `blender` executable.
|
||||||
|
|
||||||
|
#BLENDER_EXE=/opt/blender-3.3/blender
|
||||||
|
|
||||||
: ${BLENDER_EXE:=blender}
|
: ${BLENDER_EXE:=blender}
|
||||||
|
|
||||||
if [[ $# -eq 1 && -f "$@" ]]; then
|
if [[ $# -eq 1 && -f "$@" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user