summaryrefslogtreecommitdiff
path: root/lib/shell/command-processor.rb
diff options
context:
space:
mode:
-rw-r--r--lib/shell/command-processor.rb2
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ class Shell
end
f
else
- f = File.open(path, mode, perm, &b)
end
end
end