mirror of
https://projects.blender.org/blender/blender.git
synced 2025-01-22 07:22:12 -05:00
parent
b265161aea
commit
d63db15fe9
Notes:
blender-bot
2024-08-26 04:09:24 +02:00
Referenced by issue #124452, Blender LTS: Maintenance Task 4.2
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
BF_DIST_BIN=$(dirname $(readlink -f "$0"))
|
||||
BF_DIST_BIN=$(dirname "$(readlink -f "$0")")
|
||||
BF_PROGRAM="blender"
|
||||
|
||||
# Add own lib folder first, because Steam or other environments may set an
|
||||
|
|
Loading…
Reference in a new issue