summaryrefslogtreecommitdiffstats
path: root/install.rb
diff options
context:
space:
mode:
Diffstat (limited to 'install.rb')
-rwxr-xr-xinstall.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.rb b/install.rb
index 293a4c4b4..42c62f1b7 100755
--- a/install.rb
+++ b/install.rb
@@ -413,7 +413,7 @@ def install_binfile(from, op_file, target)
op.puts "#!#{ruby}"
contents = ip.readlines
contents.shift if contents[0] =~ /^#!/
- op.write contents.join()
+ op.write contents.join
end
end