[BACK]Return to inst-feprc.sh CVS log [TXT][DIR] Up to [local] / OpenXM / rc

File: [local] / OpenXM / rc / inst-feprc.sh (download)

Revision 1.1, Sat Feb 6 00:38:12 2010 UTC (14 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, HEAD

If ~/.feprc is not found, the schell script "openxm" installs OpenXM/rc/feprc
to ~/.feprc.

# $OpenXM: OpenXM/rc/inst-feprc.sh,v 1.1 2010/02/06 00:38:12 takayama Exp $
if [ ! -f $HOME/.feprc ]; then 
   echo "Installing .feprc" ; cp $OpenXM_HOME/rc/feprc $HOME/.feprc 
fi