From e9dac1a4cfe96e8fd2120de4c7d80f7c6ac78a67 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Sun, 11 Feb 2018 18:19:41 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index 2b9566f7..e9a857b0 100755 --- a/build.sh +++ b/build.sh @@ -22,7 +22,6 @@ build_linux_amd64() { go build -o "$OUTPUT" .. } - download_pcap() { bin_dep 'wget' bin_dep 'tar'