mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 23:09:08 +02:00
* Fixed error in line 56, preventing backup
git-svn-id: trunk@11194 -
This commit is contained in:
parent
390ece6e0b
commit
da923586c6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user