From 7b17883df5228ddb9e0cb26c155a60a6bb51db4d Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 3 Jan 2017 20:43:54 -0800 Subject: Remove trailing whitespace. Change-Id: Ifdea8516ccce7a72c88470913ce36b9226dfcb54 Reviewed-on: https://code.wireshark.org/review/19532 Reviewed-by: Guy Harris --- packaging/macosx/Scripts/wireshark-postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging/macosx') 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 -- cgit v1.2.1