execute_layer2_unb_all_detection.sh: fix typo in declaration of PCAP_FILE variable
authorJanus Varmarken <varmarken@gmail.com>
Wed, 23 Jan 2019 19:04:11 +0000 (11:04 -0800)
committerJanus Varmarken <varmarken@gmail.com>
Wed, 23 Jan 2019 19:04:11 +0000 (11:04 -0800)
Code/Projects/SmartPlugDetector/execute_layer2_unb_all_detection.sh

index 49e5043ec7d95e05730dbd0266ec45a9e22ceb29..ed7b5d9f2af2c626df6e798f73903ecf9aae04a4 100755 (executable)
@@ -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