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.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomsu.moon') diff --git a/nomsu.moon b/nomsu.moon index 52c8af0..f7fc601 100755 --- a/nomsu.moon +++ b/nomsu.moon @@ -77,7 +77,7 @@ all_files = (path)-> return iterate_single, path -- TODO: improve sanitization 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! line_counter = re.compile([[ lines <- {| line (%nl line)* |} -- cgit v1.2.3