After an exhaustive search through the manual and help files, I'm still
stumped.
I'm trying to execute a command that contains a space:
> eagle -C "run panelize;" myboard.brd
Eagle is interpreting the space inside the command as a separator
causing a list of ulp's to be presenting and opening the board
"panelize;.brd".
I even tried the example in Help->Command Line Options:
eagle -C "window (1 1) (2 2);" myboard.brd
which doesn't work either. In this case, it opens "(1.brd", again
interpreting the embedded space as a command line separator. It's as if
eagle is concatenating all of the argv[]'s then parsing them as a single
string, disregarding what the shell has provided.
I have also tried single quotes, and backslashes preceding the spaces to
no avail.
Eagle 5.11.0
Linux kernel 2.6.37 on x86_64
Bash version: 4.1.10
Any ideas as to why
Thanks,
- Chuck