Skip to content

Commit 79a5af3

Browse files
author
Patricia Aas
committed
Revert shellceck change for now it doesn't work when you want spaces
1 parent 3b89345 commit 79a5af3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,14 +700,14 @@ clean_qt_build() {
700700
info "[Qt] Clang version in use"
701701
clang --version
702702
info "[Qt] Starting configure step"
703-
../qt-everywhere-src-5.15.2/configure "${COMMON_CONFIGURE_FLAGS}" -platform linux-clang-libc++
703+
../qt-everywhere-src-5.15.2/configure ${COMMON_CONFIGURE_FLAGS} -platform linux-clang-libc++
704704
;;
705705

706706
"darwin19" | "darwin20")
707707
info "[Qt] Clang version in use"
708708
clang --version
709709
info "[Qt] Starting configure step"
710-
../qt-everywhere-src-5.15.2/configure "${COMMON_CONFIGURE_FLAGS}" -no-framework -platform macx-clang
710+
../qt-everywhere-src-5.15.2/configure $COMMON_CONFIGURE_FLAGS -no-framework -platform macx-clang
711711
;;
712712

713713
esac

0 commit comments

Comments
 (0)