Status: Accepted Owner: pekka.klarck Labels: Type-Enhancement Priority-Low Target-2.1.2
New issue 396 by pekka.klarck: Escape spaces in command line options given to unixy start-up scripts
http://code.google.com/p/robotframework/issues/detail?id=396 The idea is to make e.g. this possible: pybot --variable "varname:value with spaces" tests.html This is trivial to implement by changing $* into "$@" in pybot/jybot/rebot scripts. Similar change in batch files would be harder. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
