Revert "apps/nshlib: restore space delimiter that was removed in last change to the NSH echo command."

This reverts commit 7cdf9b07d8.
This commit is contained in:
Gregory Nutt 2018-01-10 07:53:03 -06:00
parent 7cdf9b07d8
commit d96c236b31

View File

@ -280,7 +280,7 @@ int cmd_echo(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
nsh_output(vtbl, " ");
}
nsh_output(vtbl, "%s ", argv[i]);
nsh_output(vtbl, "%s", argv[i]);
}
if (1 == s)