wrapper is a bash script not a sh script

This commit is contained in:
Bruno Postle
2022-09-15 07:42:00 +01:00
parent 280ce56431
commit 4fb910fc44
+3 -1
View File
@@ -1,10 +1,12 @@
#!/bin/sh
#!/bin/bash
# Wrapper script to launch BlenderBIM.
# 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=/opt/blender-3.3/blender
: ${BLENDER_EXE:=blender}
if [[ $# -eq 1 && -f "$@" ]]; then