From 5758626bf7ac1789a2ef871b7683b23084c3dbb7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 24 May 2018 15:36:02 -0700 Subject: Cleaned up string quotes --- nomsu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomsu.lua') diff --git a/nomsu.lua b/nomsu.lua index cc335ec..07cd17f 100644 --- a/nomsu.lua +++ b/nomsu.lua @@ -88,7 +88,7 @@ all_files = function(path) return iterate_single, path end path = path:gsub("\\", "\\\\"):gsub("`", ""):gsub('"', '\\"'):gsub("$", "") - return io.popen("find -L \"" .. path .. "\" -type f -name \"*.nom\""):lines() + return io.popen('find -L "' .. path .. '" -type f -name "*.nom"'):lines() end local line_counter = re.compile([[ lines <- {| line (%nl line)* |} line <- {} (!%nl .)* -- cgit v1.2.3