the script contained in opennebula-3.2.0.tar.gz source archive has an
error.
Execution of the script returns following error:
/usr/share/one/install_gems:115:in `install_rubygems': undefined method
`ecxitstatus' for #<Process::Status: pid=4512,exited(0)> (NoMethodError)
diff -u install_gems new_install_gems
--- install_gems 2012-01-24 15:41:59.991407170 +0100
+++ new_install_gems 2012-01-24 15:39:18.121406586 +0100
@@ -112,7 +112,7 @@
`gem install rubygems-update --version '= 1.3.6'`
- if $?.ecxitstatus!=0
+ if $?.exitstatus!=0
puts "Error updating rubygems"
exit(-1)
end
_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org