X-Git-Url: http://nitlanguage.org diff --git a/src/nitls.nit b/src/nitls.nit index f78024b..9412f5d 100644 --- a/src/nitls.nit +++ b/src/nitls.nit @@ -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