From: Janus Varmarken Date: Wed, 23 Jan 2019 19:04:11 +0000 (-0800) Subject: execute_layer2_unb_all_detection.sh: fix typo in declaration of PCAP_FILE variable X-Git-Url: http://plrg.eecs.uci.edu/git/?p=pingpong.git;a=commitdiff_plain;h=8eb9be66a9f24d15062add227660e87e003e7c26 execute_layer2_unb_all_detection.sh: fix typo in declaration of PCAP_FILE variable --- diff --git a/Code/Projects/SmartPlugDetector/execute_layer2_unb_all_detection.sh b/Code/Projects/SmartPlugDetector/execute_layer2_unb_all_detection.sh index 49e5043..ed7b5d9 100755 --- a/Code/Projects/SmartPlugDetector/execute_layer2_unb_all_detection.sh +++ b/Code/Projects/SmartPlugDetector/execute_layer2_unb_all_detection.sh @@ -3,7 +3,7 @@ #set -x # echo invoked commands to std out # Arg1 should point to the UNB trace (PCAP w/o any expected events). -PCAP_FILE = $1 +PCAP_FILE=$1 readonly PCAP_FILE