You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2019. It is now read-only.
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/
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
$PWD
variable doesn't match the output of thepwd
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.The text was updated successfully, but these errors were encountered: