summaryrefslogtreecommitdiffstats
path: root/old-configure.in
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-07-21 21:35:03 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-07-21 21:35:03 +0200
commitf6a282023ec220c7cf181276e88a36be2821b132 (patch)
tree5d6fd4adcdfaf787e18aa52025cf8e1f9350b754 /old-configure.in
parent91de3341df7e08094e17a34053b8e21c89ab02a7 (diff)
parent44455d8b483d88b01fa7dac87325b6b2d04f5956 (diff)
downloadUXP-f6a282023ec220c7cf181276e88a36be2821b132.tar
UXP-f6a282023ec220c7cf181276e88a36be2821b132.tar.gz
UXP-f6a282023ec220c7cf181276e88a36be2821b132.tar.lz
UXP-f6a282023ec220c7cf181276e88a36be2821b132.tar.xz
UXP-f6a282023ec220c7cf181276e88a36be2821b132.zip
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/old-configure.in b/old-configure.in
index 3895128ae..cdfdfb73d 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -5099,13 +5099,13 @@ MOZ_ARG_WITH_STRING(macbundlename-prefix,
Prefix for MOZ_MACBUNDLE_NAME],
[ MOZ_MACBUNDLE_NAME_PREFIX="$withval"])
-MOZ_MACBUNDLE_NAME=`echo $MOZ_APP_DISPLAYNAME | tr -d ' '`
+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