Bug 1404638 - Followup fix for incorrect double quotes. rs=bustage-fix
--- a/suite/config/mozconfigs/linux32/release
+++ b/suite/config/mozconfigs/linux32/release
@@ -1,12 +1,12 @@
. "$topsrcdir/build/unix/mozconfig.linux32"
. "$topsrcdir/build/mozconfig.stylo"
. "$topsrcdir/suite/config/mozconfigs/mozconfig.linux.common"
-."$topsrcdir/suite/config/mozconfigs/common"
+. "$topsrcdir/suite/config/mozconfigs/common"
# Disable webrender on Linux buildbot builders to avoid the Rust requirement
# of libX11 version > 1.4.99.1 (see bug 1350011).
ac_add_options --disable-webrender
ac_add_options --enable-application=suite
ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
ac_add_options --enable-official-branding
--- a/suite/config/mozconfigs/win32/nightly
+++ b/suite/config/mozconfigs/win32/nightly
@@ -1,12 +1,12 @@
. "$topsrcdir/build/mozconfig.win-common"
. "$topsrcdir/build/mozconfig.common"
. "$topsrcdir/build/mozconfig.stylo"
-. $topsrcdir/build/win32/mozconfig.vs-latest"
+. "$topsrcdir/build/win32/mozconfig.vs-latest"
. "$topsrcdir/suite/config/mozconfigs/mozconfig.win.common"
. "$topsrcdir/suite/config/mozconfigs/common"
ac_add_options --enable-application=suite
ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
ac_add_options --enable-jemalloc
ac_add_options --enable-profiling
ac_add_options --enable-calendar