alvtdev / rshell

assignment(s) for cs100.
MIT License
0 stars 0 forks source link

rshell adds a mysterious space #6

Open M-Evans opened 9 years ago

M-Evans commented 9 years ago
mevans@localhost $ echo "hi"
"hi "
M-Evans commented 9 years ago

More ghost spaces:

mevans@localhost $ echo test-ing
test -ing
M-Evans commented 9 years ago

This problem prohibits execution of commands with dashes:

mevans@localhost $ gnome-screenshot
gnome: No such file or directory
mevans@localhost $ echo "gnome-screenshot"
"gnome -screenshot "