Add a missing backslash.

Change-Id: Iac79c885fe10805b61512ed2c02cd652f1c3fd7a
Reviewed-on: https://code.wireshark.org/review/5010
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2014-10-30 14:36:02 -07:00
parent 7665ac5fab
commit 2e3147524e
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ create_bundle() {
# Copy the plugins from the "make install" location for them
# to the plugin directory, removing the version number
find "$binary_path/../lib/wireshark/plugins"
find "$binary_path/../lib/wireshark/plugins" \
-type f \
\( -name "*.so" -o -name "*.dylib" \) \
-exec cp -fv "{}" "$pkgplugin/" \;