Browse Source

path tweak

batman
boB Rudis 3 years ago
parent
commit
d0e007c847
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 2
      R/pcap_to_zeek.R

2
R/pcap_to_zeek.R

@ -98,7 +98,7 @@ find_zeek <- function(path = Sys.getenv("ZEEK_PATH", "")) {
if (path != "") {
Sys.setenv(
PATH = paste0(path, Sys.getenv("PATH"), sep = .Platform$path.sep)
PATH = paste0(c(path, Sys.getenv("PATH")), collapse = .Platform$path.sep)
)
}

Loading…
Cancel
Save