* Fixed error in line 56, preventing backup

git-svn-id: trunk@11194 -
This commit is contained in:
michael 2008-06-04 18:04:54 +00:00
parent 390ece6e0b
commit da923586c6

View File

@ -53,7 +53,7 @@ if [ -w "$sysdir" ] ; then
thefile="$sysdir"/fpc.cfg
else
echo No write premission in $sysdir.
thefile"=$HOME"/.fpc.cfg
thefile="$HOME"/.fpc.cfg
fi
#
if [ -f $thefile ] ; then