Changeset d38577a
- Timestamp:
- Sep 4, 2014, 1:22:33 PM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 56155f9
- Parents:
- 119a034
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/system-config/common/profile.xml
r119a034 rd38577a 48 48 49 49 source /etc/locale.conf 50 for f in /etc/bash_completion.d/*.sh; do source $f; done; unset f 50 51 for f in /etc/bash_completion.d/* 52 do 53 if [ -e ${f} ]; then source ${f}; fi 54 done 55 unset f 56 51 57 export INPUTRC=/etc/inputrc 52 58
Note:
See TracChangeset
for help on using the changeset viewer.