asterics / AsTeRICS

The Assistive Technology Rapid Integration & Construction Set
http://www.asterics.eu
Other
57 stars 27 forks source link

improved argument parsing, now arguments enclosed in quotes are treat… #247

Closed klues closed 6 years ago

klues commented 6 years ago

…ed as one argument, e.g. 'xterm -e "sudo bash script.sh"' will now have parsed arguments "-e" and "sudo bash script.sh" instead of '"sudo', 'bash' and 'script.sh"'

klues commented 6 years ago

did test the test models in ACS/models/componentTests/actuators/ApplicationLauncher* - everything still seems to work.