2011/10/24 Tino Vazquez <[email protected]>: > Hi Roger, > It is true that /bin/bash is not installed in every *nix, although it can be > installed and also a symlink can be created. Taking into account that bash > syntax is not completely the same as "sh" syntax, so I think is not that > unreasonable to have "bash" as a requirement for OpenNebula.
Forget to say it, but it will be interesting to replace the "#!/bin/bash" shebang by "#!/usr/bin/env bash" which is more friendly for non-standard bash installs. _______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
