cryinkfly / Autodesk-Fusion-360-for-Linux

This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/wiki
MIT License
1.79k stars 115 forks source link

QA: The code looks like the developer of yandere simulator wrote it #357

Open Kreyren opened 8 months ago

Kreyren commented 8 months ago

https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/blob/3bae55d1fe1c7f95eb7940536a293549781531e7/files/builds/stable-branch/bin/install.sh#L234

And checks alike should use case statement


case "$SP_LOCALE" in
  "Czech")
    echo "cs"
    SP_LOCALE_CS
    ;;
  ...
esac