[FIX] grub can not boot, bash_profile source arrowenv
[arrow.git] / conf_slk120 / bash / .bash_profile
blob7df4960efee1d6d54573315cb07090cd17b05fce
2 source /etc/arrowenv
3 if [ "$ETH_LAN" == "" ]; then
4         /bin/echo "please set ETH_LAN/ETH_WAN/ETH_WLAN first"
5 fi
7 source .bashrc
9 export LANG=zh_CN.UTF-8
10 export LC_ALL=zh_CN.UTF-8
11 #export LANG=en_US
12 #export LC_ALL=en_US
14 if [ "$TERM" == "linux" ]; then
15         export LANG=en_US;
16         export LC_ALL=en_US;