summaryrefslogtreecommitdiff
path: root/lib/shell.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/shell.rb')
-rw-r--r--lib/shell.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/shell.rb b/lib/shell.rb
index 1d28834213..6b44cc3e64 100644
--- a/lib/shell.rb
+++ b/lib/shell.rb
@@ -255,7 +255,7 @@ class Shell
return unless yorn
_head = true
- print *opts.collect{|mes|
+ print opts.collect{|mes|
mes = mes.dup
yield mes if iterator?
if _head