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