On 16 Oct 2012, at 18:05, David T. Lewis <lewis@mail.msen.com> wrote:
The parameters are not being passed to your VM in the way you expect. Here is what the man page for bash says:
If the program is a file beginning with #!, the remainder of the first line specifies an interpreter for the program. The shell executes the specified interpreter on operating systems that do not handle this exe- cutable format themselves. The arguments to the interpreter consist of a single optional argument following the interpreter name on the first line of the program, followed by the name of the program, followed by the command arguments, if any.
I think there is some trick you can use to pass parameters, but I can't recall the details. Maybe google can help.
Thanks for answering, I will do some more reading then ;-)