Consider the sequence: (fhpd) load /bin/ls Loaded executable ... (fhpd) start -c -- -c argument passed to /bin/ls ... (fhpd) start -l -- -l argument passed to /bin/ls ... (fhpd) start -- previous argument (-l) passed to /bin/ls ... (fhpd) start -???? -- want to run /bin/ls with no arguments. suggestions include: (fhpd) start -noargs (fhpd) start -- perhaps start by considering how to specify that the option should be the argument, for instance: (fhpd) start -- -- might pass -- to the program?
Fixed when bz's 5500, 5501 were. Using -- as the parameter to specify no args to be passed. (fhpd) run -- (will run without any arguments) (fhpd) run -- -- (will pass -- to the process to be run)