aboutsummaryrefslogtreecommitdiffstats
path: root/lib/shell/command-processor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/shell/command-processor.rb')
-rw-r--r--lib/shell/command-processor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/shell/command-processor.rb b/lib/shell/command-processor.rb
index 8a9ab55e73..b2070db11b 100644
--- a/lib/shell/command-processor.rb
+++ b/lib/shell/command-processor.rb
@@ -121,7 +121,7 @@ class Shell
end
f
else
- f = File.open(path, mode, perm, &b)
+ File.open(path, mode, perm, &b)
end
end
end