update NOTICE
[nit.git] / src / nitls.nit
index f78024b..9412f5d 100644 (file)
@@ -148,7 +148,6 @@ if opt_recursive.value then
                while not pipe.eof do
                        var l = pipe.read_line
                        if l == "" then break # last line
-                       l = l.substring(0,l.length-1) # strip last oef
                        files.add l
                end
                pipe.close