Преглед на файлове

Merged revisions 12490 via svnmerge from
svn+ssh://[email protected]/FPC/svn/fpc/trunk

........
r12490 | joost | 2009-01-03 18:27:47 +0100 (Sat, 03 Jan 2009) | 1 line

* Use a single = to compare string values
........

git-svn-id: branches/fixes_2_2@12491 -

joost преди 16 години
родител
ревизия
60e0e7de0b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      compiler/utils/samplecfg

+ 1 - 1
compiler/utils/samplecfg

@@ -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