Opened 5 years ago
Closed 5 years ago
#75 closed defect (fixed)
"enter" subcommand does not source /root/.bashrc
| Reported by: | jrollins | Owned by: | jrollins |
|---|---|---|---|
| Priority: | minor | Component: | debirf |
| Keywords: | Cc: | ||
| Sensitive: |
Description
for some reason when entering the profile root with the "enter" subcommand, the root .bashrc is not sourced. i'm not sure why.
Change History (1)
comment:1 Changed 5 years ago by dkg
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.


This appears to be because the $HOME variable wasn't being set properly, so bash was trying to source ~/.bashrc where ~ was /home/regularuser. I've resolved it in [939], i think.