mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 17:21:20 +02:00
* Use a single = to compare string values
git-svn-id: trunk@12490 -
This commit is contained in:
parent
c5d776651e
commit
73f31da836
@ -86,7 +86,7 @@ fi
|
||||
#
|
||||
|
||||
# When the local FP IDE configuration is used, check if the directory exists
|
||||
if [ $fpcfgfile == "$HOME"/.fp/fp.cfg -a ! -d "$HOME"/.fp ] ; then
|
||||
if [ $fpcfgfile = "$HOME"/.fp/fp.cfg -a ! -d "$HOME"/.fp ] ; then
|
||||
echo Directory $HOME/.fp did not exist, attempting to create it now
|
||||
mkdir "$HOME"/.fp >/dev/null 2>&1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user