aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-05-11 13:42:13 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-05-11 13:42:13 +0000
commitbeca46d33b5688ecc3a3971589d35e722e4f8951 (patch)
treeb7d718097338afec209b719283954b9054dfc81d /packaging
parent677e54d0a9e33b216886c121dcfc24853689f38d (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. svn path=/trunk/; revision=32751
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/"