Eric Wilhelm wrote:
> /usr/local/sbin/mbBuild is:
>
> #!/bin/sh
> ./Build $@
^^
That should be "$@" or else it will get confused by spaces.
On a related note, that sort of thing is generally useful for those of us who
find typing ./Build just a little more annoying than "make". I have an alias
like so:
alias build='./Build'
Or you can go with a shell script like Eric's.
--
Stabbing you in the face for your own good.
