mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:29:33 +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
|
||||
else
|
||||
echo No write premission in $sysdir.
|
||||
thefile"=$HOME"/.fpc.cfg
|
||||
thefile="$HOME"/.fpc.cfg
|
||||
fi
|
||||
#
|
||||
if [ -f $thefile ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user