make_squishy

changeset 68
16d59655c817
parent 52
81265a8c6745
child 69
df181dcc02b7
--- a/make_squishy	Sat May 29 21:44:23 2010 +0100
+++ b/make_squishy	Thu Jul 08 01:11:12 2010 +0100
@@ -88,8 +88,7 @@
 				end
 				if not filename then
 					print_info("Couldn't resolve "..module.." (required in "..scanfile..")");
-				end
-				if opts.recursion ~= false and not scanned_files[filename] then
+				elseif opts.recursion ~= false and not scanned_files[filename] then
 					scanned_files[filename] = true;
 					table.insert(files, filename);
 				end

mercurial