aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-01-03 20:43:54 -0800
committerGuy Harris <guy@alum.mit.edu>2017-01-04 04:44:29 +0000
commit7b17883df5228ddb9e0cb26c155a60a6bb51db4d (patch)
tree56b16cc6ea0532adf987dbaa01f47a6e0521ffab /packaging
parent2cc2c2f883b4ce4ca8420877816332086e096940 (diff)
Remove trailing whitespace.
Change-Id: Ifdea8516ccce7a72c88470913ce36b9226dfcb54 Reviewed-on: https://code.wireshark.org/review/19532 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/Scripts/wireshark-postinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/Scripts/wireshark-postinstall.sh b/packaging/macosx/Scripts/wireshark-postinstall.sh
index 3850a4bc75..7982fea731 100755
--- a/packaging/macosx/Scripts/wireshark-postinstall.sh
+++ b/packaging/macosx/Scripts/wireshark-postinstall.sh
@@ -25,7 +25,7 @@ BIN_PATH="$2/Wireshark.app/Contents/Resources/bin"
# in the app bundle, so let's just construct it ourselves.
#
for i in capinfos dftest dumpcap editcap mergecap randpkt rawshark \
- tshark text2pcap
+ tshark text2pcap
do
ln -s "$BIN_PATH/$i" ../../MacOS/"$i"
done