Remove trailing whitespace.

Change-Id: Ifdea8516ccce7a72c88470913ce36b9226dfcb54
Reviewed-on: https://code.wireshark.org/review/19532
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2017-01-03 20:43:54 -08:00
parent 2cc2c2f883
commit 7b17883df5
1 changed files with 1 additions and 1 deletions

View File

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