Bug 1423856 - Remove the space in the .app files to fix a potential update issue r?glandium draft
authorSylvestre Ledru <sledru@mozilla.com>
Thu, 07 Dec 2017 23:39:30 +0100
changeset 709301 48d5c05ef8719c7bee661d11ed0fcf39729f06b9
parent 709271 57769795b373083a8a14db6365ea64aa205ed275
child 743386 378cbce5efbb32bb59b9de9d55a8204fb1c4d7c5
push id92605
push userbmo:sledru@mozilla.com
push dateThu, 07 Dec 2017 22:39:45 +0000
reviewersglandium
bugs1423856
milestone59.0a1
Bug 1423856 - Remove the space in the .app files to fix a potential update issue r?glandium MozReview-Commit-ID: 5lpe1or6Hod
old-configure.in
--- a/old-configure.in
+++ b/old-configure.in
@@ -4534,21 +4534,21 @@ dnl = Mac bundle name prefix
 dnl ========================================================
 MOZ_ARG_WITH_STRING(macbundlename-prefix,
 [  --with-macbundlename-prefix=prefix
                           Prefix for MOZ_MACBUNDLE_NAME],
 [ MOZ_MACBUNDLE_NAME_PREFIX="$withval"])
 
 MOZ_MACBUNDLE_NAME=$MOZ_APP_DISPLAYNAME
 if test "$MOZ_MACBUNDLE_NAME_PREFIX"; then
-  MOZ_MACBUNDLE_NAME="${MOZ_MACBUNDLE_NAME_PREFIX} ${MOZ_MACBUNDLE_NAME}"
+  MOZ_MACBUNDLE_NAME="${MOZ_MACBUNDLE_NAME_PREFIX}${MOZ_MACBUNDLE_NAME}"
 fi
 
 if test "$MOZ_DEBUG"; then
-  MOZ_MACBUNDLE_NAME="${MOZ_MACBUNDLE_NAME} Debug.app"
+  MOZ_MACBUNDLE_NAME="${MOZ_MACBUNDLE_NAME}Debug.app"
 else
   MOZ_MACBUNDLE_NAME=${MOZ_MACBUNDLE_NAME}.app
 fi
 AC_SUBST(MOZ_MACBUNDLE_NAME)
 
 dnl Mac bundle identifier (based on MOZ_APP_DISPLAYNAME)
 # If the MOZ_MACBUNDLE_ID is defined in the configure.sh, use it
 # Otherwise, use MOZ_APP_DISPLAYNAME