[Omake] Passing an empty argument to a command

Alain Frisch alain.frisch at lexifi.com
Tue Oct 2 09:54:33 PDT 2007


Hello,

My next stupid question: how to tell OMake to pass an empty argument to
a command? Say, I have a bash script:

echo 1:$1
echo 2:$2
echo 3:$3

and I want it to print

1:X
2:
3:Y

I've tried various variations around:

bash myscript.sh X "" Y

but I cannot find the solution (OMake seems to insist on removing empty
arguments).

Thanks for your help!


   Alain




More information about the Omake mailing list