aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-11 13:42:13 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-11 13:42:13 +0000
commit9c738d827f71464a9e14b6bd8842214acaa66c8c (patch)
treeb7d718097338afec209b719283954b9054dfc81d /packaging
parentb205e30e0bd502db1613b9ce44db36c5a7ed991c (diff)
From Jay Moran via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4697 :
Fix generation of ~/.wireshark-etc/pangorc to fix font issue. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32751 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/Resources/bin/wireshark2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/Resources/bin/wireshark b/packaging/macosx/Resources/bin/wireshark
index 31cb0ef310..ce882f051d 100755
--- a/packaging/macosx/Resources/bin/wireshark
+++ b/packaging/macosx/Resources/bin/wireshark
@@ -70,7 +70,7 @@ if [ "$APPNAME" == "wireshark" ] ; then # Apply GUI settings
ESCAPEDTOP=`echo $TOP | sed 's/#/\\\\\\\\#/'`
mkdir -p "${HOME}/.wireshark-etc"
- sed 's|\\${HOME}|'"\"$HOME\"|g" "$TOP/etc/pango/pangorc" > "${HOME}/.wireshark-etc/pangorc"
+ sed 's|${HOME}|'"$HOME|g" "$TOP/etc/pango/pangorc" > "${HOME}/.wireshark-etc/pangorc"
sed 's|${CWD}|'"$ESCAPEDTOP|g" "$TOP/etc/pango/pango.modules" \
> "${HOME}/.wireshark-etc/pango.modules"
cp -f "$TOP/etc/pango/pangox.aliases" "${HOME}/.wireshark-etc/"