summaryrefslogtreecommitdiff
path: root/lib/shell
diff options
context:
space:
mode:
-rw-r--r--lib/shell/command-processor.rb2
-rw-r--r--lib/shell/system-command.rb1
2 files changed, 1 insertions, 2 deletions
@@ -121,7 +121,7 @@ class Shell
end
f
else
- f = File.open(path, mode, perm, &b)
end
end
end
@@ -82,7 +82,6 @@ class Shell
def start_import
notify "Job(%id) start imp-pipe.", @shell.debug?
- rs = @shell.record_separator unless rs
_eop = true
Thread.start {
begin