aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-11-10 01:52:06 +0000
committerGerald Combs <gerald@wireshark.org>2013-11-10 01:52:06 +0000
commit2965a6bf250609ee3536ebf9fbc44864b55f6931 (patch)
tree69813e491c047a28a1c8877cf1cc2ee8d77b8e93 /packaging
parent04a7231d917b7f5fe646f2485506e6292870d365 (diff)
Add missing backslash.
svn path=/trunk/; revision=53212
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/osx-dmg.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/osx-dmg.sh.in b/packaging/macosx/osx-dmg.sh.in
index d858d37b60..952cf63c67 100755
--- a/packaging/macosx/osx-dmg.sh.in
+++ b/packaging/macosx/osx-dmg.sh.in
@@ -152,7 +152,7 @@ pkg_file="$pkg_title.pkg"
rm -rf "$pkg_file"
packagemaker --doc "Wireshark_package.pmdoc" \
--title "$pkg_title" \
- --id "org.wireshark.pkg.Wireshark"
+ --id "org.wireshark.pkg.Wireshark" \
--version "$version" \
--target 10.5 \
--verbose || exit 1