toddhainsworth/gbsh

Bug #0001 - Cannot display '/' at prompt

Opened this issue · 0 comments

I have had to remove the directory listing at the prompt so that it should be 'USER::HOSTNAME:USERLEVEL' where as I wanted to append the current directory to the end of the line.

I will work on this issue and have it working soon, I have put it down to being returned as a char * where as it needs to be char I will need to change data type at a later date, but now every basic shell feature works.

GeissT