osx-app.sh: Add verbosity.

Change-Id: I3cd1c49909af34badd0d5c5f29bfcddb753ef2bf
Reviewed-on: https://code.wireshark.org/review/4902
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2014-10-21 16:30:24 -07:00
parent 24f0888b31
commit e5d967bbb4
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ mkdir -p "$pkgbin"
mkdir -p "$pkgplugin"
if [ "$ui_toolkit" = "qt" ] ; then
cp "$binary_path/$wireshark_bin_name" "$pkgexec/Wireshark"
cp -v "$binary_path/$wireshark_bin_name" "$pkgexec/Wireshark"
else
# Build and add the launcher
#----------------------------------------------------------