Skip to content

Commit 16bad48

Browse files
committed
missed the scripts ref to 2022.6
1 parent e39d711 commit 16bad48

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

scripts/unix_share_build.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function linux_install_prerequisites() {
4949

5050
function setup() {
5151
unset LD_LIBRARY_PATH
52-
52+
5353
echo "Building the Cubit plugin in ${CURRENT}\\${PLUGIN_DIR}"
5454
cd ${CURRENT}
5555
mkdir ${PLUGIN_DIR}
@@ -180,7 +180,7 @@ function mac_setup_cubit() {
180180
hdiutil attach cubit_eula.dmg.cdr -mountpoint /Volumes/Cubit
181181
mv /Volumes/Cubit/*.app /Applications/
182182
rm -rf cubit.dmg
183-
183+
184184
# removing app_loger that seems to not be present in Cubit 2020.2
185185
if [ "${1}" = "2020.2" ]; then #|| [ "$1" == "2021.3" ] || [ "$1" == "2021.4" ]; then
186186
remove_app_logger
@@ -189,7 +189,7 @@ function mac_setup_cubit() {
189189
cd /Applications
190190

191191
# 17.1.0 comes with a separate SDK. It is unclear yet on how it is supposed to be installed and used.
192-
# this is a way to have it working...
192+
# this is a way to have it working...
193193
if [ "$1" == "17.1.0" ] ; then
194194
cd ${CUBIT_PATH}
195195
$SUDO tar -xzf ${FOLDER_PKG}/${CUBIT_SDK_PKG}
@@ -211,11 +211,11 @@ function mac_setup_cubit() {
211211
}
212212

213213
function linux_setup_cubit() {
214-
214+
215215
cd ${FOLDER_PKG}
216216
$SUDO apt-get install -y ./${CUBIT_PKG}
217217

218-
if [ "$1" == "2021.3" ] || [ "$1" == "2021.4" ] || [ "$1" == "2021.5" ] || [ "$1" == "2021.11" ] || [ "$1" == "2022.6" ] ; then
218+
if [ "$1" == "2021.3" ] || [ "$1" == "2021.4" ] || [ "$1" == "2021.5" ] || [ "$1" == "2021.11" ] || [ "$1" == "2022.4" ] ; then
219219
return
220220
fi
221221

0 commit comments

Comments
 (0)