openssl/openssh updates from below0
[openwrt.git] / obsolete-buildroot / sources / target_skeleton / root / .bash_profile
1 # .bash_profile
2
3 export PATH=\
4 /bin:\
5 /sbin:\
6 /usr/bin:\
7 /usr/sbin:\
8 /usr/bin/X11:\
9 /usr/local/bin
10
11 umask 022
12
13 if [ -f ~/.bashrc ]; then
14 source ~/.bashrc
15 fi
This page took 0.045894 seconds and 5 git commands to generate.