Skip to content

Add missing space in the prompt.

Rubén Gonzalez requested to merge rgonzalez/cerbero:hotfix_space_PS into master

In the shell command, for a better UX a space between the prompt and the input is needed.

Currently:

[root@7444774a2a45 cerbero]# ./cerbero-uninstalled shell                
WARNING: Running as root
[cerbero-linux-x86_64]ls
build  cerbero	cerbero-uninstalled  config  data  docs  LICENSE.LGPL  Makefile  MANIFEST.in.in  packages  README.md  recipes  recipes-toolchain  setup.py  test  tools
[cerbero-linux-x86_64]whoami 
root
Edited by Rubén Gonzalez

Merge request reports