Add missing backslash.

svn path=/trunk/; revision=53212
This commit is contained in:
Gerald Combs 2013-11-10 01:52:06 +00:00
parent 04a7231d91
commit 2965a6bf25
1 changed files with 1 additions and 1 deletions

View File

@ -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