# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
[ -f /tools/hspice/install/hspice/bin/kshrc.meta]; then
. /tools/hspice/install/hspice/bin/kshrc.meta
fi
# User specific environment and startup programs
LM_LICENSE_FILE=/tools/hspice/install/hspice.license.dat
PATH=$PATHHOME/bin
export PATH
~ 请教错误在哪里,谢谢