aboutsummaryrefslogtreecommitdiffstats
path: root/lib/shell
diff options
context:
space:
mode:
Diffstat (limited to 'lib/shell')
-rw-r--r--lib/shell/system-command.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/shell/system-command.rb b/lib/shell/system-command.rb
index af9b0a8e37..ee3490efcd 100644
--- a/lib/shell/system-command.rb
+++ b/lib/shell/system-command.rb
@@ -84,7 +84,7 @@ class Shell
notify "Job(%id) start imp-pipe.", @shell.debug?
rs = @shell.record_separator unless rs
_eop = true
- th = Thread.start {
+ Thread.start {
begin
while l = @pipe_in.gets
@input_queue.push l
@@ -109,7 +109,7 @@ class Shell
def start_export
notify "job(%id) start exp-pipe.", @shell.debug?
_eop = true
- th = Thread.start{
+ Thread.start{
begin
@input.each do |l|
ProcessController::block_output_synchronize do