REPRODUCIBILITY (% or how often): permanent, 100%
BUILD ID = OS VERSION (Settings > About product): 4.1.0.23
HARDWARE (XA2, Xperia 10…): Xperia 10 single SIM
UI LANGUAGE: german
REGRESSION: (compared to previous public release: Yes, No, ?): yes
DESCRIPTION:
shell aliases are not executed by the bash shell.
PRECONDITIONS:
enter devel-su mode
open terminal
input an alias, that is defined in /etc/bashrc
STEPS TO REPRODUCE:
- open terminal
- input alias command
- output: /bin/bash: ll:not found
EXPECTED RESULT:
ll executed as defined in alias line in /etc/bashrc
================
ACTUAL RESULT:
Output: /bin/bash: ll: not found
The same for all other defined aliases.
==============
ADDITIONAL INFORMATION:
The following aliases are defined in my /etc/bashrc
alias ll=‘ls -l’
alias l=‘ls -alF’
alias …=‘cd …’
alias …=‘cd …/…’
this did work perfect till the last update to SFOS 4.1.0.23. After the update the aliases are still present in the /etc/bashrc file, but not working.
(Please ALWAYS attach relevant data such as logs, screenshots, etc…)