$PWD has an invalid trailing slash
RedHatter opened this issue · 0 comments
RedHatter commented
The $PWD
variable doesn't match the output of the pwd
command. For some reason upterm adds an additional slash to the end of the $PWD
value. I've check various other terminals and upterm is the only one the do this.
$ cd /usr/share
$ pwd
/usr/share
$ echo $PWD
/usr/share/