|
From: Eric B. <er...@go...> - 2001-10-22 21:36:05
|
Andreas Leitner wrote: > > Yep, short options are also allowed. But for short options the '=' is > disallowed. Some apps take accept the value just with a space, But here '=' is not meant to separate the option from its value, but is equivalent to the second '=' in: --define="name=value" (whose double quote characters will be removed by the underlying shell before being passed to the application if I remember correctly). Moreover isn't the -D option the way C compilers define preprocessor values? -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |