From 2965a6bf250609ee3536ebf9fbc44864b55f6931 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sun, 10 Nov 2013 01:52:06 +0000 Subject: Add missing backslash. svn path=/trunk/; revision=53212 --- packaging/macosx/osx-dmg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging/macosx') 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 -- cgit v1.2.3