haoyangw / terminal-ide

Automatically exported from code.google.com/p/terminal-ide
0 stars 0 forks source link

bash ignores cd command in .bashrc #104

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. change the `cd` line at the end of .bashrc (or add a new one) to cd to a 
different directory
2. exit terminal IDE
3. start it up again

What is the expected output? What do you see instead?
Expect bash to start up in the designated directory. Instead, bash always 
starts up in ~.

What version of the product are you using? On what operating system?
2.02 off Play store (2.00 system), CyanogenMod 10.2 (Android 4.3), Nexus 7 1st 
gen.

Please provide any additional information below.
Other basic commands in .bashrc, like `ls`, seem to work fine. In fact, if I go 
`cd /path` in .bashrc, followed by `ls`, that path's listing will be printed on 
bash startup, yet bash itself will insist on starting up in ~.

Original issue reported on code.google.com by goo...@mspacek.mm.st on 16 Jan 2014 at 4:50