[Omake] Passing an empty argument to a command
Alain Frisch
alain.frisch at lexifi.com
Tue Oct 2 10:20:09 PDT 2007
Aleksey Nogin wrote:
> The normal
>
> bash myscript.sh X "" Y
>
> does work for me with 0.9.8.5. Could you describe in more detail how
> exactly it fails for you?
Here's my OMakefile:
.PHONY: all
bash myscript.sh X "" Y
I get:
$ omake all
- build . <all>
+ bash myscript.sh X Y
1:X
2:Y
3:
Note that bash is called with only three arguments, not four. This is
under Windows.
-- Alain
More information about the Omake
mailing list